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 p_409769_, boolean p_410806_, Set<String> p_411081_) GlDevice.debugLabels()
Methods in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifier and TypeMethodDescriptionstatic VertexArrayCache
VertexArrayCache.create
(org.lwjgl.opengl.GLCapabilities p_410150_, GlDebugLabel p_410596_, Set<String> p_411102_) Constructors in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifierConstructorDescriptionEmulated
(GlDebugLabel p_409735_) protected
GlBuffer
(GlDebugLabel p_410210_, Supplier<String> p_410223_, BufferType p_410759_, BufferUsage p_409688_, int p_409846_, int p_409922_) Separate
(GlDebugLabel p_410359_)