Uses of Record Class
com.mojang.blaze3d.opengl.GlRenderPipeline
Packages that use GlRenderPipeline
-
Uses of GlRenderPipeline in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GlRenderPipelineFields in com.mojang.blaze3d.opengl with type parameters of type GlRenderPipelineModifier and TypeFieldDescriptionprivate final Map<RenderPipeline, GlRenderPipeline> GlDevice.pipelineCacheMethods in com.mojang.blaze3d.opengl that return GlRenderPipelineModifier and TypeMethodDescriptionprivate GlRenderPipelineGlDevice.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource) protected GlRenderPipelineGlDevice.getOrCompilePipeline(RenderPipeline pipeline) GlDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource customShaderSource) Methods in com.mojang.blaze3d.opengl with parameters of type GlRenderPipelineModifier and TypeMethodDescriptionprivate voidGlCommandEncoder.drawFromBuffers(GlRenderPass renderPass, int baseVertex, int firstIndex, int drawCount, @Nullable VertexFormat.IndexType indexType, GlRenderPipeline pipeline, int instanceCount)