Changeset 914bb99 in opengl-game for sdl-game.hpp
- Timestamp:
- Apr 9, 2021, 3:26:38 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- a00eb06
- Parents:
- 5049354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sdl-game.hpp
r5049354 r914bb99 44 44 45 45 class VulkanGame { 46 46 47 public: 48 47 49 VulkanGame(); 48 50 ~VulkanGame(); … … 51 53 52 54 private: 55 53 56 static VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback( 54 57 VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
Note:
See TracChangeset
for help on using the changeset viewer.