Uses of Record Class
com.mojang.blaze3d.pipeline.DepthStencilState
Packages that use DepthStencilState
-
Uses of DepthStencilState in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as DepthStencilStateModifier and TypeFieldDescriptionstatic final DepthStencilStateDepthStencilState.DEFAULTprivate final @Nullable DepthStencilStateRenderPipeline.depthStencilStateFields in com.mojang.blaze3d.pipeline with type parameters of type DepthStencilStateModifier and TypeFieldDescriptionprivate Optional<DepthStencilState> RenderPipeline.Builder.depthStencilStateprivate final Optional<DepthStencilState> RenderPipeline.Snippet.depthStencilStateThe field for thedepthStencilStaterecord component.Methods in com.mojang.blaze3d.pipeline that return DepthStencilStateModifier and TypeMethodDescription@Nullable DepthStencilStateRenderPipeline.getDepthStencilState()Methods in com.mojang.blaze3d.pipeline that return types with arguments of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Snippet.depthStencilState()Returns the value of thedepthStencilStaterecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthStencilState(DepthStencilState depthStencilState) Method parameters in com.mojang.blaze3d.pipeline with type arguments of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthStencilState(Optional<DepthStencilState> depthStencilState) Constructors in com.mojang.blaze3d.pipeline with parameters of type DepthStencilStateModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, ColorTargetState colorTargetState, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, int sortKey) Deprecated.protectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, ColorTargetState colorTargetState, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, int sortKey, Optional<StencilTest> stencilTest)
RenderPipeline(Identifier, Identifier, Identifier, ShaderDefines, List, List, ColorTargetState, DepthStencilState, PolygonMode, boolean, VertexFormat, VertexFormat.Mode, int, Optional)instead