Changeset 2f4ff8c in opengl-game for sdl-game.hpp
- Timestamp:
- Jun 20, 2021, 7:05:14 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- b01b50c
- Parents:
- 90880fb
- git-author:
- Dmitry Portnoy <dportnoy@…> (06/18/21 16:39:49)
- git-committer:
- Dmitry Portnoy <dportnoy@…> (06/20/21 19:05:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sdl-game.hpp
r90880fb r2f4ff8c 228 228 BufferSet storageBuffers_modelPipeline; 229 229 230 VulkanBuffer<UBO_VP_mats> vp_mats_modelPipeline;230 VulkanBuffer<UBO_VP_mats> uniforms_modelPipeline; 231 231 VulkanBuffer<SSBO_ModelObject> objects_modelPipeline; 232 232
Note:
See TracChangeset
for help on using the changeset viewer.