Replace GLFloat with float

Remove unimplemented function
This commit is contained in:
2022-04-03 23:54:10 -07:00
parent 2f104edf7c
commit 1877049526
11 changed files with 42 additions and 44 deletions

View File

@@ -129,7 +129,7 @@ public:
void renderSubmesh(VkCommandBuffer& commandBuffer, int iSubmesh, KRNode::RenderPass renderPass, const std::string &object_name, const std::string &material_name, float lodCoverage);
GLfloat getMaxDimension();
float getMaxDimension();
Vector3 getMinPoint() const;
Vector3 getMaxPoint() const;