Uses of Annotation Interface
com.mojang.blaze3d.pipeline.ColorTargetState.WriteMask
Packages that use ColorTargetState.WriteMask
-
Uses of ColorTargetState.WriteMask in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl with annotations of type ColorTargetState.WriteMaskMethod parameters in com.mojang.blaze3d.opengl with annotations of type ColorTargetState.WriteMask -
Uses of ColorTargetState.WriteMask in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline with annotations of type ColorTargetState.WriteMaskModifier and TypeFieldDescriptionprivate final intColorTargetState.writeMaskThe field for thewriteMaskrecord component.Methods in com.mojang.blaze3d.pipeline with annotations of type ColorTargetState.WriteMaskModifier and TypeMethodDescriptionintColorTargetState.writeMask()Returns the value of thewriteMaskrecord component.Constructor parameters in com.mojang.blaze3d.pipeline with annotations of type ColorTargetState.WriteMaskModifierConstructorDescriptionColorTargetState(Optional<BlendFunction> blendFunction, int writeMask) Creates an instance of aColorTargetStaterecord class.