working version of text rendering
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenVulkano
|
||||
|
||||
void Init(aiMesh* mesh);
|
||||
|
||||
void SetIndices(const uint32_t* data, uint32_t size, uint32_t offset = 0) const;
|
||||
void SetIndices(const uint32_t* data, uint32_t size, uint32_t indicesOffset = 0) const;
|
||||
|
||||
void Close() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user