com.mojang.blaze3d.pipeline

public record RenderPipeline$Snippet

com.mojang.blaze3d.pipeline.RenderPipeline$Snippet
com.mojang.blaze3d.pipeline.RenderPipeline$Snippet
com.mojang.blaze3d.pipeline.RenderPipeline$Snippet
com.mojang.blaze3d.pipeline.RenderPipeline$Snippet

Field summary

Modifier and TypeField
private final Optional<Identifier>
vertexShader
vertexShader
private final Optional<Identifier>
fragmentShader
fragmentShader
private final Optional<Defines>
shaderDefines
shaderDefines
private final Optional<List<String>>
samplers
samplers
private final Optional<List<RenderPipeline$UniformDescription>>
uniforms
uniforms
private final Optional<ColorTargetState>
colorTargetState
colorTargetState
private final Optional<DepthStencilState>
depthStencilState
depthStencilState
private final Optional<PolygonMode>
polygonMode
polygonMode
private final Optional<Boolean>
cull
cull
private final Optional<VertexFormat>
vertexFormat
vertexFormat
private final Optional<VertexFormat$DrawMode>
vertexFormatMode
vertexFormatMode

Constructor summary

ModifierConstructor
public (Optional<Identifier> vertexShader, Optional<Identifier> fragmentShader, Optional<Defines> shaderDefines, Optional<List<String>> samplers, Optional<List<RenderPipeline$UniformDescription>> uniforms, Optional<ColorTargetState> colorTargetState, Optional<DepthStencilState> depthStencilState, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, Optional<VertexFormat> vertexFormat, Optional<VertexFormat$DrawMode> vertexFormatMode)

Method summary

Modifier and TypeMethod
public Optional<Identifier>
vertexShader()
vertexShader()
public Optional<Identifier>
fragmentShader()
fragmentShader()
public Optional<Defines>
shaderDefines()
shaderDefines()
public Optional<List<String>>
samplers()
samplers()
public Optional<List<RenderPipeline$UniformDescription>>
uniforms()
uniforms()
public Optional<ColorTargetState>
colorTargetState()
colorTargetState()
public Optional<DepthStencilState>
depthStencilState()
depthStencilState()
public Optional<PolygonMode>
polygonMode()
polygonMode()
public Optional<Boolean>
cull()
cull()
public Optional<VertexFormat>
vertexFormat()
vertexFormat()
public Optional<VertexFormat$DrawMode>
vertexFormatMode()
vertexFormatMode()