Changeset 6493e43 in opengl-game for vulkan-game.cpp
- Timestamp:
- Jan 3, 2021, 6:18:28 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 6a39266
- Parents:
- 3b7d497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
r3b7d497 r6493e43 234 234 init_info.PhysicalDevice = this->physicalDevice; 235 235 init_info.Device = this->device; 236 init_info.QueueFamily = indices.graphicsFamily.value();237 init_info.Queue = this->graphicsQueue;238 236 init_info.PipelineCache = VK_NULL_HANDLE; 239 237 init_info.DescriptorPool = this->imguiDescriptorPool; // TODO: Create a descriptor pool for IMGUI
Note:
See TracChangeset
for help on using the changeset viewer.