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