Skip to content

Commit

Permalink
Add a config to enable debug output and object labels for OpenGL in e…
Browse files Browse the repository at this point in the history
…arly display.
  • Loading branch information
shartte committed Mar 2, 2025
1 parent faff9b5 commit fc3ef8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ private void initRender(final @Nullable String mcVersion, final String forgeVers
GlDebug.setCapabilities(capabilities);
LOGGER.info("GL info: {} GL version {}, {}", glGetString(GL_RENDERER), glGetString(GL_VERSION), glGetString(GL_VENDOR));

GlState.readFromOpenGL();
elementShader = new ElementShader();
try {
elementShader.init();
Expand Down

0 comments on commit fc3ef8c

Please sign in to comment.