Skip to content

v1.0.0

Compare
Choose a tag to compare
@chapmankyle chapmankyle released this 26 Sep 21:10
· 238 commits to master since this release
ac45158

Add

Update

  • Rename debug_messenger to debug
  • Convert debug messenger from a class to methods that can be called
  • Move implementation of containsRequired method to carbon/common/utils.hpp
  • Move getRequiredExtensions and getRequiredValidationLayers methods to carbon/core/instance.hpp
  • Fix Instance class destruction
  • Fix creation of Window class in test/main.cpp
  • Rename CARBON_ENABLE_VALIDATION_LAYERS to CARBON_USE_VALIDATION_LAYERS

Remove

  • Unused imports across multiple files