com.mojang.blaze3d.pipeline

public record DepthStencilState

com.mojang.renderpearl.api.pipeline.DepthStencilState
net.minecraft.class_1_386
com.mojang.blaze3d.pipeline.DepthStencilState

Field summary

Modifier and TypeField
private final DepthTest
depthTest
comp_1_282
depthTest
private final boolean
writeDepth
comp_1_283
writeDepth
private final float
depthBiasScaleFactor
comp_1_281
depthBiasScaleFactor
private final float
depthBiasConstant
comp_1_280
depthBiasConstant
public static final DepthStencilState
DEFAULT
field_1_2174
ENABLE_DEPTH

Constructor summary

ModifierConstructor
public (DepthTest depthTest, boolean writeDepth)
public (DepthTest depthTest, boolean writeDepth, float depthBiasScaleFactor, float depthBiasConstant)

Method summary

Modifier and TypeMethod
public DepthTest
depthTest()
comp_1_282()
depthTest()
public boolean
writeDepth()
comp_1_283()
writeDepth()
public float
depthBiasScaleFactor()
comp_1_281()
depthBiasScaleFactor()
public float
depthBiasConstant()
comp_1_280()
depthBiasConstant()