com.mojang.blaze3d.pipeline

public class 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
field_1_6326
labelGetter
private final List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>>
colorAttachments
field_1_8128
colorAttachments
private final RenderPassDescription$Attachment<OptionalDouble>
depthAttachment
field_1_8129
depthAttachment
private final RenderPass$RenderArea
renderArea
field_1_8130
renderArea

Constructor summary

ModifierConstructor
private (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()
method_1_5427()
getLabelGetter()
public List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>>
colorAttachments()
method_1_5424()
getColorAttachments()
public RenderPassDescription$Attachment<OptionalDouble>
depthAttachment()
method_1_5426()
getDepthAttachment()
public RenderPass$RenderArea
renderArea()
method_1_7409()
getRenderArea()