20 std::span<vertex> vertexBufferData;
30 void draw_in_command_buffer(vk::CommandBuffer commandBuffer, gfx_draw_context
const& context)
override;
35 vk::Buffer vertexBuffer;
36 VmaAllocation vertexBufferAllocation;
41 ssize_t getDescriptorSetVersion()
const override;
43 vk::VertexInputBindingDescription createVertexInputBindingDescription()
const override;
47 void build_vertex_buffers()
override;
48 void teardown_vertex_buffers()
override;