Uses of Enum Class
com.mojang.blaze3d.platform.LogicOp
Packages that use LogicOp
-
Uses of LogicOp in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as LogicOpFields in com.mojang.blaze3d.pipeline with type parameters of type LogicOpModifier and TypeFieldDescriptionRenderPipeline.Builder.colorLogic
RenderPipeline.Snippet.colorLogic
The field for thecolorLogic
record component.Methods in com.mojang.blaze3d.pipeline that return LogicOpMethods in com.mojang.blaze3d.pipeline that return types with arguments of type LogicOpModifier and TypeMethodDescriptionRenderPipeline.Snippet.colorLogic()
Returns the value of thecolorLogic
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type LogicOpModifier and TypeMethodDescriptionRenderPipeline.Builder.withColorLogic
(LogicOp colorLogic) Deprecated.Constructors in com.mojang.blaze3d.pipeline with parameters of type LogicOpModifierConstructorDescriptionprotected
RenderPipeline
(Identifier location, Identifier vertexShader, Identifier fragmentShader, Defines 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.DrawMode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey) -
Uses of LogicOp in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return LogicOp