Uses of Enum Class
com.mojang.blaze3d.platform.DepthTestFunction
Packages that use DepthTestFunction
Package
Description
-
Uses of DepthTestFunction in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type DepthTestFunction -
Uses of DepthTestFunction in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as DepthTestFunctionModifier and TypeFieldDescriptionprivate final DepthTestFunction
RenderPipeline.depthTestFunction
Fields in com.mojang.blaze3d.pipeline with type parameters of type DepthTestFunctionModifier and TypeFieldDescriptionprivate Optional
<DepthTestFunction> RenderPipeline.Builder.depthTestFunction
private final Optional
<DepthTestFunction> RenderPipeline.Snippet.depthTestFunction
The field for thedepthTestFunction
record component.Methods in com.mojang.blaze3d.pipeline that return DepthTestFunctionMethods in com.mojang.blaze3d.pipeline that return types with arguments of type DepthTestFunctionModifier and TypeMethodDescriptionRenderPipeline.Snippet.depthTestFunction()
Returns the value of thedepthTestFunction
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthTestFunction
(DepthTestFunction pDepthTestFunction) Constructors in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation pLocation, ResourceLocation pVertexShader, ResourceLocation pFragmentShader, ShaderDefines pShaderDefines, List<String> pSamplers, List<RenderPipeline.UniformDescription> pUniforms, Optional<BlendFunction> pBlendFunction, DepthTestFunction pDepthTestFunction, PolygonMode pPolygonMode, boolean pCull, boolean pWriteColor, boolean pWriteAlpha, boolean pWriteDepth, LogicOp pColorLogic, VertexFormat pVertexFormat, VertexFormat.Mode pVertexFormatMode, float pDepthBiasScaleFactor, float pDepthBiasConstant, int pSortKey) -
Uses of DepthTestFunction in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return DepthTestFunctionModifier and TypeMethodDescriptionstatic DepthTestFunction
Returns the enum constant of this class with the specified name.static DepthTestFunction[]
DepthTestFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.