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 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 capabilities, boolean renderDebugLabels, 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 debugLabel, Set<String> enabledExtensions) Constructors in com.mojang.blaze3d.opengl with parameters of type GlDebugLabelModifierConstructorDescriptionEmulated(GlDebugLabel debugLabels) protectedGlBuffer(GlDebugLabel debugLabel, Supplier<String> label, BufferType type, BufferUsage usage, int size, int handle) Separate(GlDebugLabel debugLabels)