Changeset f94eea9 in opengl-game for vulkan-game.hpp
- Timestamp:
- Sep 27, 2019, 7:20:55 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 6fc24c7
- Parents:
- 054d9ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
r054d9ed rf94eea9 37 37 VkFormat swapChainImageFormat; 38 38 VkExtent2D swapChainExtent; 39 vector<VkImageView> swapChainImageViews; 39 40 40 41 bool initWindow(int width, int height, unsigned char guiFlags); … … 55 56 const vector<const char*>& deviceExtensions); 56 57 void createSwapChain(); 58 void createImageViews(); 59 57 60 void cleanupSwapChain(); 58 61
Note:
See TracChangeset
for help on using the changeset viewer.