Uses of Record Class
com.mojang.renderpearl.api.pipeline.ColorTargetState
Packages that use ColorTargetState
Package
Description
-
Uses of ColorTargetState in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as ColorTargetStateModifier and TypeFieldDescriptionprivate final @Nullable ColorTargetState[]RenderPipeline.Builder.colorTargetStatesprivate final @Nullable ColorTargetState[]RenderPipeline.Snippet.colorTargetStatesThe field for thecolorTargetStatesrecord component.static final ColorTargetStateColorTargetState.DEFAULTFields in com.mojang.renderpearl.api.pipeline with type parameters of type ColorTargetStateModifier and TypeFieldDescriptionprivate final List<@Nullable ColorTargetState> RenderPipeline.colorTargetStatesMethods in com.mojang.renderpearl.api.pipeline that return ColorTargetStateModifier and TypeMethodDescriptionRenderPipeline.Snippet.colorTargetStates()Returns the value of thecolorTargetStatesrecord component.Methods in com.mojang.renderpearl.api.pipeline that return types with arguments of type ColorTargetStateMethods in com.mojang.renderpearl.api.pipeline with parameters of type ColorTargetStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withColorTargetState(int index, ColorTargetState colorTargetState) RenderPipeline.Builder.withColorTargetState(ColorTargetState colorTargetState) Method parameters in com.mojang.renderpearl.api.pipeline with type arguments of type ColorTargetStateModifier and TypeMethodDescriptionRenderPipeline.Builder.withColorTargetStates(int startIindex, int endIndex, Supplier<ColorTargetState> colorTargetState) Constructors in com.mojang.renderpearl.api.pipeline with parameters of type ColorTargetStateModifierConstructorDescriptionprotectedRenderPipeline(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) Snippet(Map<ShaderType, Identifier> shaders, Optional<ShaderDefines> shaderDefines, Optional<List<BindGroupLayout>> bindGroupLayouts, @Nullable ColorTargetState[] colorTargetStates, int activeColorTargetStateCount, Optional<DepthStencilState> depthStencilState, Optional<PolygonMode> polygonMode, Optional<Boolean> cull, @Nullable VertexFormat[] vertexFormatPerBuffer, Optional<PrimitiveTopology> vertexFormatMode, int pushConstantSize) Creates an instance of aSnippetrecord class. -
Uses of ColorTargetState in com.mojang.renderpearl.backend.api
Fields in com.mojang.renderpearl.backend.api with type parameters of type ColorTargetStateModifier and TypeFieldDescriptionprivate final List<@Nullable ColorTargetState> BackendRenderPipeline.CreateInfo.colorTargetStatesThe field for thecolorTargetStatesrecord component.Methods in com.mojang.renderpearl.backend.api that return types with arguments of type ColorTargetStateModifier and TypeMethodDescriptionBackendRenderPipeline.CreateInfo.colorTargetStates()Returns the value of thecolorTargetStatesrecord component. -
Uses of ColorTargetState in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type ColorTargetState -
Uses of ColorTargetState in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend with type parameters of type ColorTargetStateModifier and TypeFieldDescriptionprivate final List<@Nullable ColorTargetState> FrontendRenderPipeline.colorTargetStatesThe field for thecolorTargetStatesrecord component.Methods in com.mojang.renderpearl.frontend that return types with arguments of type ColorTargetStateModifier and TypeMethodDescriptionFrontendRenderPipeline.colorTargetStates()Returns the value of thecolorTargetStatesrecord component.