Uses of Class
org.robovm.apple.metal.MTLBlendOperation
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLBlendOperation in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLBlendOperation Modifier and Type Method Description MTLBlendOperationMTLRenderPipelineColorAttachmentDescriptor. getAlphaBlendOperation()MTLBlendOperationMTLRenderPipelineColorAttachmentDescriptor. getRgbBlendOperation()static MTLBlendOperationMTLBlendOperation. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLBlendOperationMTLBlendOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLBlendOperation[]MTLBlendOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLBlendOperation Modifier and Type Method Description voidMTLRenderPipelineColorAttachmentDescriptor. setAlphaBlendOperation(MTLBlendOperation v)voidMTLRenderPipelineColorAttachmentDescriptor. setRgbBlendOperation(MTLBlendOperation v)