Uses of Record Class
com.mojang.renderpearl.api.pipeline.DepthStencilState
Packages that use DepthStencilState
-
Uses of DepthStencilState in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as DepthStencilStateModifier and TypeFieldDescriptionstatic final DepthStencilStateDepthStencilState.DEFAULTprivate final @Nullable DepthStencilStateRenderPipeline.depthStencilStateFields in com.mojang.renderpearl.api.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.renderpearl.api.pipeline that return DepthStencilStateMethods in com.mojang.renderpearl.api.pipeline that return types with arguments of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Snippet.depthStencilState()Returns the value of thedepthStencilStaterecord component.Methods in com.mojang.renderpearl.api.pipeline with parameters of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthStencilState(DepthStencilState depthStencilState) Method parameters in com.mojang.renderpearl.api.pipeline with type arguments of type DepthStencilStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthStencilState(Optional<DepthStencilState> depthStencilState) Constructors in com.mojang.renderpearl.api.pipeline with parameters of type DepthStencilStateModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Map<ShaderType, Identifier> shaders, ShaderDefines shaderDefines, Collection<BindGroupLayout> bindGroupLayouts, @Nullable ColorTargetState[] colorTargetStates, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, @Nullable VertexFormat[] vertexFormatPerBuffer, PrimitiveTopology primitiveTopology, int pushConstantSize, int sortKey) -
Uses of DepthStencilState in com.mojang.renderpearl.backend.api
Fields in com.mojang.renderpearl.backend.api declared as DepthStencilStateModifier and TypeFieldDescriptionprivate final @Nullable DepthStencilStateBackendRenderPipeline.CreateInfo.depthStencilStateThe field for thedepthStencilStaterecord component.Methods in com.mojang.renderpearl.backend.api that return DepthStencilStateModifier and TypeMethodDescriptionBackendRenderPipeline.CreateInfo.depthStencilState()Returns the value of thedepthStencilStaterecord component.Constructors in com.mojang.renderpearl.backend.api with parameters of type DepthStencilStateModifierConstructorDescriptionCreateInfo(String name, List<BackendRenderPipeline.CreateInfo.Shader> shaders, List<BackendRenderPipeline.CreateInfo.VertexBuffer> vertexBuffers, List<BackendRenderPipeline.CreateInfo.AttribBinding> attribBindings, List<BindGroupLayout.UniformDescription> uniforms, int pushConstantsSize, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, List<@Nullable ColorTargetState> colorTargetStates, PrimitiveTopology primitiveTopology) Creates an instance of aCreateInforecord class.