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<BindGroupLayout>>
bindGroupLayouts
bindGroupLayouts
private final ColorTargetState[]
colorTargetStates
colorTargetStates
private final int
activeColorTargetStateCount
activeColorTargetStateCount
private final Optional<DepthStencilState>
depthStencilState
depthStencilState
private final Optional<PolygonMode>
polygonMode
polygonMode
private final Optional<Boolean>
cull
cull
private final VertexFormat[]
vertexFormatPerBuffer
vertexFormatPerBuffer
private final Optional<DrawMode>
vertexFormatMode
vertexFormatMode

Constructor summary

ModifierConstructor
public (Optional<Identifier> vertexShader, Optional<Identifier> fragmentShader, Optional<Defines> shaderDefines, Optional<List<BindGroupLayout>> bindGroupLayouts, ColorTargetState[] colorTargetStates, int activeColorTargetStateCount, Optional<DepthStencilState> depthStencilState, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, VertexFormat[] vertexFormatPerBuffer, Optional<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<BindGroupLayout>>
bindGroupLayouts()
bindGroupLayouts()
public ColorTargetState[]
colorTargetStates()
colorTargetStates()
public int
activeColorTargetStateCount()
activeColorTargetStateCount()
public Optional<DepthStencilState>
depthStencilState()
depthStencilState()
public Optional<PolygonMode>
polygonMode()
polygonMode()
public Optional<Boolean>
cull()
cull()
public VertexFormat[]
vertexFormatPerBuffer()
vertexFormatPerBuffer()
public Optional<DrawMode>
vertexFormatMode()
vertexFormatMode()