31 void drawInCommandBuffer(vk::CommandBuffer commandBuffer)
override;
36 vk::Buffer vertexBuffer;
37 VmaAllocation vertexBufferAllocation;
42 virtual ssize_t getDescriptorSetVersion()
const override;
44 vk::VertexInputBindingDescription createVertexInputBindingDescription()
const override;
48 void buildVertexBuffers()
override;
49 void teardownVertexBuffers()
override;