Renderer update
-Added Renderer::GetRendererName() -Added Renderer::GetVendorName() -Renamed VertexArrayObject to VertexArrayObjects Former-commit-id: 93489d5f93f8258dec0c4d8bcf72185abd7f75a8
This commit is contained in:
@@ -1107,7 +1107,7 @@ bool NzRenderer::EnsureStateUpdate()
|
||||
}
|
||||
#endif
|
||||
|
||||
static const bool vaoSupported = NzOpenGL::IsSupported(nzOpenGLExtension_VertexArrayObject);
|
||||
static const bool vaoSupported = NzOpenGL::IsSupported(nzOpenGLExtension_VertexArrayObjects);
|
||||
bool update;
|
||||
GLuint vao;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user