[FEATURE] simple GUI support

This commit is contained in:
Menno
2021-05-25 12:36:58 +02:00
parent 97a7501cda
commit 21a7f4f4b2
15 changed files with 260 additions and 25 deletions

View File

@@ -124,8 +124,7 @@ namespace shaders
EntityShader::EntityShader(): ShaderProgram(vertex_shader, fragment_shader)
{
}
{ }
void EntityShader::LoadModelMatrix(const glm::mat4& matrix) const
{