Move Drawable draw call recording logic out of renderer
This commit is contained in:
@@ -23,8 +23,9 @@ namespace openVulkanoCpp
|
||||
UINT16 = sizeof(uint16_t), UINT32 = sizeof(uint32_t)
|
||||
};
|
||||
|
||||
struct Geometry : public virtual ICloseable
|
||||
class Geometry : public virtual ICloseable
|
||||
{
|
||||
public:
|
||||
uint32_t vertexCount = 0, indexCount = 0;
|
||||
Vertex* vertices;
|
||||
void* indices;
|
||||
|
||||
Reference in New Issue
Block a user