Uses of Enum Class
com.mojang.renderpearl.api.pipeline.CompareOp
Packages that use CompareOp
Package
Description
-
Uses of CompareOp in com.mojang.renderpearl.api.pipeline
Subclasses with type arguments of type CompareOp in com.mojang.renderpearl.api.pipelineFields in com.mojang.renderpearl.api.pipeline declared as CompareOpModifier and TypeFieldDescriptionprivate final CompareOpDepthStencilState.depthTestThe field for thedepthTestrecord component.Methods in com.mojang.renderpearl.api.pipeline that return CompareOpModifier and TypeMethodDescriptionDepthStencilState.depthTest()Returns the value of thedepthTestrecord component.static CompareOpReturns the enum constant of this class with the specified name.static CompareOp[]CompareOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.renderpearl.api.pipeline with parameters of type CompareOpModifierConstructorDescriptionDepthStencilState(CompareOp depthTest, boolean depthWrite) DepthStencilState(CompareOp depthTest, boolean writeDepth, float depthBiasScaleFactor, float depthBiasConstant) DepthStencilState(CompareOp depthTest, boolean writeDepth, float depthBiasScaleFactor, float depthBiasConstant, @Nullable StencilTest stencilTest) Creates an instance of aDepthStencilStaterecord class. -
Uses of CompareOp in com.mojang.renderpearl.backend.opengl
Methods in com.mojang.renderpearl.backend.opengl with parameters of type CompareOp -
Uses of CompareOp in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type CompareOp -
Uses of CompareOp in net.neoforged.neoforge.client.stencil
Fields in net.neoforged.neoforge.client.stencil declared as CompareOpModifier and TypeFieldDescriptionprivate final CompareOpStencilPerFaceTest.compareThe field for thecomparerecord component.Methods in net.neoforged.neoforge.client.stencil that return CompareOpModifier and TypeMethodDescriptionStencilPerFaceTest.compare()Returns the value of thecomparerecord component.Constructors in net.neoforged.neoforge.client.stencil with parameters of type CompareOpModifierConstructorDescriptionStencilPerFaceTest(StencilOperation fail, StencilOperation depthFail, StencilOperation pass, CompareOp compare) Creates an instance of aStencilPerFaceTestrecord class.