Changeset 771b33a in opengl-game for vulkan-ref.cpp
- Timestamp:
- Oct 4, 2019, 8:39:46 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- b794178
- Parents:
- 0b1b52d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-ref.cpp
r0b1b52d r771b33a 175 175 VkFormat swapChainImageFormat; 176 176 /*** END OF REFACTORED CODE ***/ 177 VkExtent2D swapChainExtent; // (This was taken out of vulkan-game for now and replaced with Viewport) 177 // (This was taken out of vulkan-game for now and replaced with Viewport) 178 // It will definitely be needed when creating render passes and I could use it in a few other places 179 VkExtent2D swapChainExtent; 178 180 /*** START OF REFACTORED CODE ***/ 179 181 vector<VkImageView> swapChainImageViews;
Note:
See TracChangeset
for help on using the changeset viewer.