Class MTLRenderPipelineColorAttachmentDescriptor

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MTLRenderPipelineColorAttachmentDescriptor
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • MTLRenderPipelineColorAttachmentDescriptor

        public MTLRenderPipelineColorAttachmentDescriptor()
      • MTLRenderPipelineColorAttachmentDescriptor

        protected MTLRenderPipelineColorAttachmentDescriptor​(NSObject.Handle h,
                                                             long handle)
      • MTLRenderPipelineColorAttachmentDescriptor

        protected MTLRenderPipelineColorAttachmentDescriptor​(NSObject.SkipInit skipInit)
    • Method Detail

      • isBlendingEnabled

        public boolean isBlendingEnabled()
      • setBlendingEnabled

        public void setBlendingEnabled​(boolean v)
      • getSourceRGBBlendFactor

        public MTLBlendFactor getSourceRGBBlendFactor()
      • setSourceRGBBlendFactor

        public void setSourceRGBBlendFactor​(MTLBlendFactor v)
      • getDestinationRGBBlendFactor

        public MTLBlendFactor getDestinationRGBBlendFactor()
      • setDestinationRGBBlendFactor

        public void setDestinationRGBBlendFactor​(MTLBlendFactor v)
      • getSourceAlphaBlendFactor

        public MTLBlendFactor getSourceAlphaBlendFactor()
      • setSourceAlphaBlendFactor

        public void setSourceAlphaBlendFactor​(MTLBlendFactor v)
      • getDestinationAlphaBlendFactor

        public MTLBlendFactor getDestinationAlphaBlendFactor()
      • setDestinationAlphaBlendFactor

        public void setDestinationAlphaBlendFactor​(MTLBlendFactor v)
      • setAlphaBlendOperation

        public void setAlphaBlendOperation​(MTLBlendOperation v)