Class MTLIndirectCommandBufferDescriptor

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

    public class MTLIndirectCommandBufferDescriptor
    extends NSObject
    Since:
    Available in iOS 12.0 and later.
    • Constructor Detail

      • MTLIndirectCommandBufferDescriptor

        public MTLIndirectCommandBufferDescriptor()
      • MTLIndirectCommandBufferDescriptor

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

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

      • isInheritBuffers

        public boolean isInheritBuffers()
      • setInheritBuffers

        public void setInheritBuffers​(boolean v)
      • getMaxVertexBufferBindCount

        public long getMaxVertexBufferBindCount()
      • setMaxVertexBufferBindCount

        public void setMaxVertexBufferBindCount​(long v)
      • getMaxFragmentBufferBindCount

        public long getMaxFragmentBufferBindCount()
      • setMaxFragmentBufferBindCount

        public void setMaxFragmentBufferBindCount​(long v)