Changeset 502bd0b in opengl-game for vulkan-game.hpp
- Timestamp:
- Sep 23, 2019, 2:02:47 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 91c89f7
- Parents:
- c1c2021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
rc1c2021 r502bd0b 33 33 VkQueue presentQueue; 34 34 35 VkSwapchainKHR swapChain; 36 vector<VkImage> swapChainImages; 37 VkFormat swapChainImageFormat; 38 VkExtent2D swapChainExtent; 39 35 40 bool initWindow(int width, int height, unsigned char guiFlags); 36 41 void initVulkan(); … … 49 54 const vector<const char*> validationLayers, 50 55 const vector<const char*>& deviceExtensions); 56 void createSwapChain(); 51 57 void cleanupSwapChain(); 52 58
Note:
See TracChangeset
for help on using the changeset viewer.