Uses of Class
org.robovm.apple.metal.MTLBlendFactor
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLBlendFactor in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLBlendFactor Modifier and Type Method Description MTLBlendFactorMTLRenderPipelineColorAttachmentDescriptor. getDestinationAlphaBlendFactor()MTLBlendFactorMTLRenderPipelineColorAttachmentDescriptor. getDestinationRGBBlendFactor()MTLBlendFactorMTLRenderPipelineColorAttachmentDescriptor. getSourceAlphaBlendFactor()MTLBlendFactorMTLRenderPipelineColorAttachmentDescriptor. getSourceRGBBlendFactor()static MTLBlendFactorMTLBlendFactor. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLBlendFactorMTLBlendFactor. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLBlendFactor[]MTLBlendFactor. 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 MTLBlendFactor Modifier and Type Method Description voidMTLRenderPipelineColorAttachmentDescriptor. setDestinationAlphaBlendFactor(MTLBlendFactor v)voidMTLRenderPipelineColorAttachmentDescriptor. setDestinationRGBBlendFactor(MTLBlendFactor v)voidMTLRenderPipelineColorAttachmentDescriptor. setSourceAlphaBlendFactor(MTLBlendFactor v)voidMTLRenderPipelineColorAttachmentDescriptor. setSourceRGBBlendFactor(MTLBlendFactor v)