com.mojang.blaze3d.pipeline

public record BackendRenderPipeline$Layout

com.mojang.renderpearl.backend.api.BackendRenderPipeline$CreateInfo
net.minecraft.class_1_1386$class_1_1387
com.mojang.blaze3d.pipeline.BackendRenderPipeline$Layout

Field summary

Modifier and TypeField
private final String
name
comp_1_1446
name
private final List<BackendRenderPipeline$Layout$Shader>
shaders
comp_1_1449
shaders
private final List<BackendRenderPipeline$Layout$VertexBuffer>
vertexBuffers
comp_1_1451
vertexBuffers
private final List<BackendRenderPipeline$Layout$AttributeBinding>
attribBindings
comp_1_1442
attribBindings
private final List<BindGroupLayout$BufferBinding>
uniforms
comp_1_1450
uniforms
private final int
pushConstantsSize
comp_1_1533
pushConstantsSize
private final DepthStencilState
depthStencilState
comp_1_1445
depthStencilState
private final PolygonMode
polygonMode
comp_1_1447
polygonMode
private final boolean
cull
comp_1_1444
cull
private final List<ColorTargetState>
colorTargetStates
comp_1_1443
colorTargetStates
private final DrawMode
primitiveTopology
comp_1_1448
primitiveTopology

Constructor summary

ModifierConstructor
public (String name, List<BackendRenderPipeline$Layout$Shader> shaders, List<BackendRenderPipeline$Layout$VertexBuffer> vertexBuffers, List<BackendRenderPipeline$Layout$AttributeBinding> attribBindings, List<BindGroupLayout$BufferBinding> uniforms, int pushConstantsSize, DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, List<ColorTargetState> colorTargetStates, DrawMode primitiveTopology)

Method summary

Modifier and TypeMethod
public String
name()
comp_1_1446()
name()
public List<BackendRenderPipeline$Layout$Shader>
shaders()
comp_1_1449()
shaders()
public List<BackendRenderPipeline$Layout$VertexBuffer>
vertexBuffers()
comp_1_1451()
vertexBuffers()
public List<BackendRenderPipeline$Layout$AttributeBinding>
attribBindings()
comp_1_1442()
attribBindings()
public List<BindGroupLayout$BufferBinding>
uniforms()
comp_1_1450()
uniforms()
public int
pushConstantsSize()
comp_1_1533()
pushConstantsSize()
public DepthStencilState
depthStencilState()
comp_1_1445()
depthStencilState()
public PolygonMode
polygonMode()
comp_1_1447()
polygonMode()
public boolean
cull()
comp_1_1444()
cull()
public List<ColorTargetState>
colorTargetStates()
comp_1_1443()
colorTargetStates()
public DrawMode
primitiveTopology()
comp_1_1448()
primitiveTopology()