Uses of Class
com.mojang.blaze3d.opengl.GlDebugLabel
Packages that use GlDebugLabel
-
Uses of GlDebugLabel in com.mojang.blaze3d.opengl
Subclasses of GlDebugLabel in com.mojang.blaze3d.openglModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Fields in com.mojang.blaze3d.opengl declared as GlDebugLabelModifier and TypeFieldDescriptionprivate final GlDebugLabel
GlDevice.debugLabels
private final GlDebugLabel
VertexArrayCache.Emulated.debugLabels
private final GlDebugLabel
VertexArrayCache.Separate.debugLabels
Methods in com.mojang.blaze3d.opengl that return GlDebugLabelModifier and TypeMethodDescriptionstatic GlDebugLabel
GlDebugLabel.create
(org.lwjgl.opengl.GLCapabilities pCapabilities, boolean pRenderDebugLabels, Set<String> pEnabledExtensions) GlDevice.debugLabels()
Methods in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifier and TypeMethodDescriptionstatic VertexArrayCache
VertexArrayCache.create
(org.lwjgl.opengl.GLCapabilities pCapabilities, GlDebugLabel pDebugLabel, Set<String> pEnabledExtensions) Constructors in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifierConstructorDescriptionEmulated
(GlDebugLabel pDebugLabels) protected
GlBuffer
(GlDebugLabel pDebugLabel, Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, int pSize, int pHandle) Separate
(GlDebugLabel pDebugLabels)