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 TypeClassDescriptionprivate static classprivate static classprivate static classFields in com.mojang.blaze3d.opengl declared as GlDebugLabelModifier and TypeFieldDescriptionprivate final GlDebugLabelGlDevice.debugLabelsprotected final GlDebugLabelGlTransientMemory.debugLabelsprivate final GlDebugLabelVertexArrayCache.Emulated.debugLabelsprivate final GlDebugLabelVertexArrayCache.Separate.debugLabelsMethods in com.mojang.blaze3d.opengl that return GlDebugLabelModifier and TypeMethodDescriptionstatic GlDebugLabelGlDebugLabel.create(GLCapabilities caps, boolean wantsLabels, Set<String> enabledExtensions) GlDevice.debugLabels()Methods in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifier and TypeMethodDescriptionstatic VertexArrayCacheVertexArrayCache.create(GLCapabilities capabilities, GlDebugLabel debugLabels, Set<String> enabledExtensions) Constructors in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifierConstructorDescriptionEmulated(GlDebugLabel debugLabels) Separate(GlDebugLabel debugLabels)