Changeset 603b5bc in opengl-game for graphics-pipeline_vulkan.hpp
- Timestamp:
- Oct 22, 2019, 7:53:48 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 34bdf3a
- Parents:
- e83b155
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (10/22/19 19:10:44)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (10/22/19 19:53:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graphics-pipeline_vulkan.hpp
re83b155 r603b5bc 35 35 void createDescriptorSets(vector<VkImage>& swapChainImages); 36 36 37 void createRenderCommands(VkCommandBuffer& commandBuffer, uint32_t currentImage); 38 37 39 void cleanup(); 38 40 void cleanupBuffers();
Note:
See TracChangeset
for help on using the changeset viewer.