Bind VBO and EBO.
87 {
89
91 constexpr VkDeviceSize offsets[] = { 0 };
92 vkCmdBindVertexBuffers(commandBuffer, 0, 1, buffers, offsets);
94 }
#define SPICES_PROFILE_ZONE
MeshResource m_MeshResource
Mesh Resources.
std::shared_ptr< VulkanBuffer > buffer
Attribute Buffer.
Positions positions
Declare value.
PrimitivePoints primitivePoints