31 void draw_in_command_buffer(vk::CommandBuffer commandBuffer, draw_context
const& context)
override;
35 int numberOfAtlasImagesInDescriptor = 0;
37 vk::Buffer vertexBuffer;
38 VmaAllocation vertexBufferAllocation;
43 ssize_t getDescriptorSetVersion()
const override;
45 vk::VertexInputBindingDescription createVertexInputBindingDescription()
const override;
50 void build_vertex_buffers()
override;
51 void teardown_vertex_buffers()
override;