com.mojang.blaze3d.pipeline

public record RenderPassDescription

com.mojang.renderpearl.api.commands.RenderPassDescriptor
net.minecraft.class_1_900
com.mojang.blaze3d.pipeline.RenderPassDescription

Field summary

Modifier and TypeField
private final Supplier<String>
label
comp_1_1408
labelGetter
private final List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>>
colorAttachments
comp_1_1406
colorAttachments
private final RenderPassDescription$Attachment<OptionalDouble>
depthAttachment
comp_1_1407
depthAttachment
private final RenderPass$RenderArea
renderArea
comp_1_1409
renderArea

Constructor summary

ModifierConstructor
public (Supplier<String> labelGetter, List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>> colorAttachments, RenderPassDescription$Attachment<OptionalDouble> depthAttachments, RenderPass$RenderArea renderArea)

Method summary

Modifier and TypeMethod
public static RenderPassDescription$Builder
builder(Supplier<String> label)
method_1_7408(Supplier<String> arg0)
builder(Supplier<String> labelGetter)
public Supplier<String>
label()
comp_1_1408()
labelGetter()
public List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>>
colorAttachments()
comp_1_1406()
colorAttachments()
public RenderPassDescription$Attachment<OptionalDouble>
depthAttachment()
comp_1_1407()
depthAttachment()
public RenderPass$RenderArea
renderArea()
comp_1_1409()
renderArea()