Class MTLRenderPipelineColorAttachmentDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLRenderPipelineColorAttachmentDescriptor
extends NSObject
  • Constructor Details

    • MTLRenderPipelineColorAttachmentDescriptor

      public MTLRenderPipelineColorAttachmentDescriptor()
    • MTLRenderPipelineColorAttachmentDescriptor

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

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

    • getPixelFormat

      public MTLPixelFormat getPixelFormat()
    • setPixelFormat

      public void setPixelFormat​(MTLPixelFormat v)
    • 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)
    • getRgbBlendOperation

      public MTLBlendOperation getRgbBlendOperation()
    • setRgbBlendOperation

      public void setRgbBlendOperation​(MTLBlendOperation v)
    • getSourceAlphaBlendFactor

      public MTLBlendFactor getSourceAlphaBlendFactor()
    • setSourceAlphaBlendFactor

      public void setSourceAlphaBlendFactor​(MTLBlendFactor v)
    • getDestinationAlphaBlendFactor

      public MTLBlendFactor getDestinationAlphaBlendFactor()
    • setDestinationAlphaBlendFactor

      public void setDestinationAlphaBlendFactor​(MTLBlendFactor v)
    • getAlphaBlendOperation

      public MTLBlendOperation getAlphaBlendOperation()
    • setAlphaBlendOperation

      public void setAlphaBlendOperation​(MTLBlendOperation v)
    • getWriteMask

      public MTLColorWriteMask getWriteMask()
    • setWriteMask

      public void setWriteMask​(MTLColorWriteMask v)