Class MTLComputePipelineState

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

    public final class MTLComputePipelineState
    extends NSObject
    implements NSObjectProtocol
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • MTLComputePipelineState

        public MTLComputePipelineState()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Since:
        Available in iOS 11.0 and later.
      • getMaxTotalThreadsPerThreadgroup

        public long getMaxTotalThreadsPerThreadgroup()
      • getThreadExecutionWidth

        public long getThreadExecutionWidth()
      • getStaticThreadgroupMemoryLength

        public long getStaticThreadgroupMemoryLength()
        Since:
        Available in iOS 11.0 and later.
      • imageblockMemoryLengthForDimensions

        public long imageblockMemoryLengthForDimensions​(MTLSize imageblockDimensions)
        Since:
        Available in iOS 11.0 and later.