com.mojang.blaze3d.pipeline

public class RenderPassDescription

com.mojang.blaze3d.systems.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
public List<RenderPassDescription$Attachment<Optional<org.joml.Vector4fc>>>
colorAttachments
field_1_6324
colorAttachments
public RenderPassDescription$Attachment<OptionalDouble>
depthAttachment
field_1_6325
depthAttachment
public RenderPass$RenderArea
renderArea
field_1_6327
renderArea

Constructor summary

ModifierConstructor
private (Supplier<String> labelGetter)

Method summary

Modifier and TypeMethod
public static RenderPassDescription
create(Supplier<String> label)
method_1_5425(Supplier<String> arg0)
withLabel(Supplier<String> labelGetter)
public RenderPassDescription
withColorAttachment(GpuTextureView textureView)
method_1_5428(GpuTextureView arg0)
color(GpuTextureView textureView)
public RenderPassDescription
withColorAttachment(GpuTextureView textureView, Optional<org.joml.Vector4fc> clearValue)
method_1_5429(GpuTextureView arg0, Optional<org.joml.Vector4fc> arg1)
color(GpuTextureView textureView, Optional<org.joml.Vector4fc> clearColor)
public RenderPassDescription
withUnusedColorAttachment()
method_1_5433()
withoutColor()
public RenderPassDescription
withDepthAttachment(GpuTextureView textureView)
method_1_5430(GpuTextureView arg0)
depth(GpuTextureView textureView)
public RenderPassDescription
withDepthAttachment(GpuTextureView textureView, OptionalDouble clearValue)
method_1_5431(GpuTextureView arg0, OptionalDouble arg1)
depth(GpuTextureView textureView, OptionalDouble clearColor)
public RenderPassDescription
withRenderArea(RenderPass$RenderArea renderArea)
method_1_5432(RenderPass$class_1_837 arg0)
renderArea(RenderPass$RenderArea renderArea)
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()