Too much changes

This commit is contained in:
2025-03-09 04:50:41 +03:00
parent e45d21b621
commit b1fb15fa1f
20 changed files with 255 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ GLuint CreateShader(GLenum shaderType, const char* filename)
}
Shader::Shader() :
m_name(nullptr),
m_name(NULL),
m_stride(0),
m_layout_count(0)
{