Class MTLTileRenderPipelineDescriptor

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

    public class MTLTileRenderPipelineDescriptor
    extends NSObject
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • MTLTileRenderPipelineDescriptor

        public MTLTileRenderPipelineDescriptor()
      • MTLTileRenderPipelineDescriptor

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

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

      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String v)
      • getTileFunction

        public MTLFunction getTileFunction()
      • setTileFunction

        public void setTileFunction​(MTLFunction v)
      • getRasterSampleCount

        public long getRasterSampleCount()
      • setRasterSampleCount

        public void setRasterSampleCount​(long v)
      • isThreadgroupSizeMatchesTileSize

        public boolean isThreadgroupSizeMatchesTileSize()
      • setThreadgroupSizeMatchesTileSize

        public void setThreadgroupSizeMatchesTileSize​(boolean v)
      • getMaxTotalThreadsPerThreadgroup

        public long getMaxTotalThreadsPerThreadgroup()
        Since:
        Available in iOS 12.0 and later.
      • setMaxTotalThreadsPerThreadgroup

        public void setMaxTotalThreadsPerThreadgroup​(long v)
        Since:
        Available in iOS 12.0 and later.
      • reset

        public void reset()