30 void draw_in_command_buffer(vk::CommandBuffer commandBuffer, draw_context
const &context)
override;
34 int numberOfAtlasImagesInDescriptor = 0;
36 vk::Buffer vertexBuffer;
37 VmaAllocation vertexBufferAllocation;
42 [[nodiscard]] ssize_t getDescriptorSetVersion()
const override;
44 [[nodiscard]] vk::VertexInputBindingDescription createVertexInputBindingDescription()
const override;
48 void build_vertex_buffers()
override;
49 void teardown_vertex_buffers()
override;