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 DepthTestFunctionRenderPipeline.depthTestFunctionFields in com.mojang.blaze3d.pipeline with type parameters of type DepthTestFunctionModifier and TypeFieldDescriptionprivate Optional<DepthTestFunction> RenderPipeline.Builder.depthTestFunctionprivate final Optional<DepthTestFunction> RenderPipeline.Snippet.depthTestFunctionThe field for thedepthTestFunctionrecord 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 thedepthTestFunctionrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthTestFunction(DepthTestFunction depthTestFunction) Constructors in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, Optional<BlendFunction> blendFunction, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean cull, boolean writeColor, boolean writeAlpha, boolean writeDepth, LogicOp colorLogic, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey) Deprecated.protectedRenderPipeline(Identifier p_405403_, Identifier p_405389_, Identifier p_404945_, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, Optional<BlendFunction> blendFunction, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean cull, boolean writeColor, boolean writeAlpha, boolean writeDepth, LogicOp colorLogic, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey, Optional<StencilTest> stencilTest) -
Uses of DepthTestFunction in com.mojang.blaze3d.platform
Subclasses with type arguments of type DepthTestFunction in com.mojang.blaze3d.platformMethods in com.mojang.blaze3d.platform that return DepthTestFunctionModifier and TypeMethodDescriptionstatic DepthTestFunctionReturns 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.
RenderPipeline(Identifier, Identifier, Identifier, ShaderDefines, List, List, Optional, DepthTestFunction, PolygonMode, boolean, boolean, boolean, boolean, LogicOp, VertexFormat, VertexFormat.Mode, float, float, int, Optional)instead