History - com.mojang.blaze3d.opengl.GlDevice

1.21.5

Names

fjg

com.mojang.blaze3d.opengl.GlDevice

net.minecraft.class_10865

net.minecraft.client.gl.GlBackend

Fields

org.slf4j.Logger: f, LOGGER, field_57853, LOGGER

boolean: a, USE_GL_ARB_vertex_attrib_binding, field_58035, allowGlArbVABinding

boolean: b, USE_GL_KHR_debug, field_58036, allowGlKhrDebug

boolean: c, USE_GL_EXT_debug_label, field_58037, allowExtDebugLabel

boolean: d, USE_GL_ARB_debug_output, field_58038, allowGlArbDebugOutput

boolean: e, USE_GL_ARB_direct_state_access, field_58039, allowGlArbDirectAccess

CommandEncoder: g, encoder, field_57854, commandEncoder

GlDebug: h, debugLog, field_57855, glDebug

GlDebugLabel: i, debugLabels, field_57856, debugLabelManager

int: j, maxSupportedTextureSize, field_57857, maxTextureSize

DirectStateAccess: k, directStateAccess, field_57858, framebufferManager

BiFunction<ResourceLocation, ShaderType, String>: l, defaultShaderSource, field_57859, defaultShaderSourceGetter

Map<RenderPipeline, GlRenderPipeline>: m, pipelineCache, field_57860, pipelineCompileCache

Map<GlDevice$ShaderCompilationKey, GlShaderModule>: n, shaderCache, field_57861, shaderCompileCache

VertexArrayCache: o, vertexArrayCache, field_57862, bufferManager

Set<String>: p, enabledExtensions, field_58040, usedGlCapabilities

Constructors

(long, int, boolean, BiFunction<ResourceLocation, ShaderType, String>, boolean)

Methods

GlDebugLabel (): a, debugLabels, method_68377, getDebugLabelManager

CommandEncoder (): createCommandEncoder, createCommandEncoder

GpuTexture (Supplier<String>, TextureFormat, int, int, int): createTexture, createTexture, createTexture, createTexture

GpuTexture (String, TextureFormat, int, int, int): createTexture, createTexture, createTexture, createTexture

GpuBuffer (Supplier<String>, BufferType, BufferUsage, int): createBuffer, createBuffer, createBuffer, createBuffer

GpuBuffer (Supplier<String>, BufferType, BufferUsage, ByteBuffer): createBuffer, createBuffer, createBuffer, createBuffer

String (): getImplementationInformation, getImplementationInformation

List<String> (): getLastDebugMessages, getLastDebugMessages

boolean (): isDebuggingEnabled, isDebuggingEnabled

String (): getRenderer, getRenderer

String (): getVendor, getVendor

String (): getBackendName, getBackendName

String (): getVersion, getVersion

int (): d, getMaxSupportedTextureSize, method_68403, determineMaxTextureSize

int (): getMaxTextureSize, getMaxTextureSize

void (): clearPipelineCache, clearPipelineCache

List<String> (): getEnabledExtensions, getEnabledExtensions

void (): close, close

DirectStateAccess (): b, directStateAccess, method_68401, getFramebufferManager

GlRenderPipeline (RenderPipeline): a, getOrCompilePipeline, method_68381, compilePipelineCached

GlShaderModule (ResourceLocation, ShaderType, ShaderDefines, BiFunction<ResourceLocation, ShaderType, String>): a, getOrCompileShader, method_68378, compileShader

GlRenderPipeline (RenderPipeline, BiFunction<ResourceLocation, ShaderType, String>): a, precompilePipeline, method_68383, precompilePipeline

GlShaderModule (GlDevice$ShaderCompilationKey, BiFunction<ResourceLocation, ShaderType, String>): a, compileShader, method_68379, compileShader

GlRenderPipeline (RenderPipeline, BiFunction<ResourceLocation, ShaderType, String>): b, compilePipeline, method_68392, compileRenderPipeline

VertexArrayCache (): c, vertexArrayCache, method_68402, getBufferManager