added VKIndirectCommandBuffer.cpp and other codes.

This commit is contained in:
2024-05-30 01:58:32 +08:00
parent bf7c6bdeac
commit ac0d1bee59
6 changed files with 125 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ private:
friend class GPUDevice;
friend class VertexAttribBuffer;
friend class IndexBuffer;
template<typename T> friend class IndirectCommandBuffer;
DeviceBuffer(VkDevice d,const DeviceBufferData &b)
{