- create an array for the stream data
This commit is contained in:
parent
656a3b8fba
commit
0c9d27d078
8 changed files with 91 additions and 56 deletions
|
|
@ -31,8 +31,7 @@ public:
|
|||
VKDataBuffer *ViewpointUBO = nullptr;
|
||||
VKDataBuffer *LightBufferSSO = nullptr;
|
||||
VKDataBuffer *MatricesUBO = nullptr;
|
||||
VKDataBuffer *ColorsUBO = nullptr;
|
||||
VKDataBuffer *GlowingWallsUBO = nullptr;
|
||||
VKDataBuffer *StreamUBO = nullptr;
|
||||
|
||||
std::vector<std::unique_ptr<VulkanBuffer>> mFrameDeleteList;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue