Class GlDebugLabel.Core
java.lang.Object
com.mojang.blaze3d.opengl.GlDebugLabel
com.mojang.blaze3d.opengl.GlDebugLabel.Core
- Enclosing class:
GlDebugLabel
-
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) booleanexists()voidvoidpushDebugGroup(Supplier<String> label) Methods inherited from class GlDebugLabel
create
-
Field Details
-
maxLabelLength
private final int maxLabelLength
-
-
Constructor Details
-
Core
private Core()
-
-
Method Details
-
applyLabel
- Overrides:
applyLabelin classGlDebugLabel
-
applyLabel
- Overrides:
applyLabelin classGlDebugLabel
-
applyLabel
- Overrides:
applyLabelin classGlDebugLabel
-
applyLabel
- Overrides:
applyLabelin classGlDebugLabel
-
applyLabel
- Overrides:
applyLabelin classGlDebugLabel
-
pushDebugGroup
- Overrides:
pushDebugGroupin classGlDebugLabel
-
popDebugGroup
public void popDebugGroup()- Overrides:
popDebugGroupin classGlDebugLabel
-
exists
public boolean exists()- Overrides:
existsin classGlDebugLabel
-