Class GlDebugLabel
java.lang.Object
com.mojang.blaze3d.opengl.GlDebugLabel
- Direct Known Subclasses:
GlDebugLabel.Core, GlDebugLabel.Empty, GlDebugLabel.Ext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyLabel(GlBuffer buffer) voidapplyLabel(GlProgram program) voidapplyLabel(GlShaderModule shaderModule) voidapplyLabel(GlTexture texture) voidapplyLabel(VertexArrayCache.VertexArray vertexArray) static GlDebugLabelbooleanexists()voidvoidpushDebugGroup(Supplier<String> label)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
GlDebugLabel
public GlDebugLabel()
-
-
Method Details
-
applyLabel
-
applyLabel
-
applyLabel
-
applyLabel
-
applyLabel
-
pushDebugGroup
-
popDebugGroup
public void popDebugGroup() -
create
public static GlDebugLabel create(org.lwjgl.opengl.GLCapabilities caps, boolean wantsLabels, Set<String> enabledExtensions) -
exists
public boolean exists()
-