Package apple.metal

Class MTLIndirectCommandBufferDescriptor

  • All Implemented Interfaces:
    NSCopying, NSObject

    public class MTLIndirectCommandBufferDescriptor
    extends NSObject
    implements NSCopying
    Describes the limits and features that can be used in an indirect command
    • Constructor Detail

      • MTLIndirectCommandBufferDescriptor

        protected MTLIndirectCommandBufferDescriptor​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • commandTypes

        public long commandTypes()
        A bitfield of the command types that be encoded. MTLCommandTypeDispatch cannot be mixed with any other command type.
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • inheritBuffers

        public boolean inheritBuffers()
        Whether the render or compute pipeline can set arguments.
      • inheritPipelineState

        public boolean inheritPipelineState()
        Whether the render or compute pipeline are inherited from the encoder
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • maxFragmentBufferBindCount

        public long maxFragmentBufferBindCount()
        [@absract] The maximum bind index of fragment argument buffers that can be set per command.
      • maxKernelBufferBindCount

        public long maxKernelBufferBindCount()
        [@absract] The maximum bind index of kernel (or tile) argument buffers that can be set per command.
      • maxVertexBufferBindCount

        public long maxVertexBufferBindCount()
        The maximum bind index of vertex argument buffers that can be set per command.
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setCommandTypes

        public void setCommandTypes​(long value)
        A bitfield of the command types that be encoded. MTLCommandTypeDispatch cannot be mixed with any other command type.
      • setInheritBuffers

        public void setInheritBuffers​(boolean value)
        Whether the render or compute pipeline can set arguments.
      • setInheritPipelineState

        public void setInheritPipelineState​(boolean value)
        Whether the render or compute pipeline are inherited from the encoder
      • setMaxFragmentBufferBindCount

        public void setMaxFragmentBufferBindCount​(long value)
        [@absract] The maximum bind index of fragment argument buffers that can be set per command.
      • setMaxKernelBufferBindCount

        public void setMaxKernelBufferBindCount​(long value)
        [@absract] The maximum bind index of kernel (or tile) argument buffers that can be set per command.
      • setMaxVertexBufferBindCount

        public void setMaxVertexBufferBindCount​(long value)
        The maximum bind index of vertex argument buffers that can be set per command.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying