Package apple.metal

Class MTLTileRenderPipelineDescriptor

    • Constructor Detail

      • MTLTileRenderPipelineDescriptor

        protected MTLTileRenderPipelineDescriptor​(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()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • 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()
      • 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)
      • label

        public java.lang.String label()
        [@property] label: The descriptor label.
      • new_objc

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

        public long rasterSampleCount()
        Rasterization and visibility state
      • reset

        public void reset()
      • resolveClassMethod

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

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

        public void setLabel​(java.lang.String value)
        [@property] label: The descriptor label.
      • setRasterSampleCount

        public void setRasterSampleCount​(long value)
        Rasterization and visibility state
      • setThreadgroupSizeMatchesTileSize

        public void setThreadgroupSizeMatchesTileSize​(boolean value)
        [@property] threadgroupSizeMatchesTileSize: Whether all threadgroups associated with this pipeline will cover tiles entirely. Metal can optimize code generation for this case.
      • setTileFunction

        public void setTileFunction​(MTLFunction value)
        [@property] tileFunction: The kernel or fragment function that serves as the tile shader for this pipeline. Both kernel-based and fragment-based tile pipelines dispatches will barrier against previous draws and other dispatches. Kernel-based pipelines will wait until all prior access to the tile completes. Fragment-based pipelines will only wait until all prior access to the fragment's location completes.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public boolean threadgroupSizeMatchesTileSize()
        [@property] threadgroupSizeMatchesTileSize: Whether all threadgroups associated with this pipeline will cover tiles entirely. Metal can optimize code generation for this case.
      • tileFunction

        public MTLFunction tileFunction()
        [@property] tileFunction: The kernel or fragment function that serves as the tile shader for this pipeline. Both kernel-based and fragment-based tile pipelines dispatches will barrier against previous draws and other dispatches. Kernel-based pipelines will wait until all prior access to the tile completes. Fragment-based pipelines will only wait until all prior access to the fragment's location completes.
      • version_static

        public static long version_static()
      • maxTotalThreadsPerThreadgroup

        public long maxTotalThreadsPerThreadgroup()
        [@property] maxTotalThreadsPerThreadgroup Optional property. Set the maxTotalThreadsPerThreadgroup. If it is not set, returns zero.
      • setMaxTotalThreadsPerThreadgroup

        public void setMaxTotalThreadsPerThreadgroup​(long value)
        [@property] maxTotalThreadsPerThreadgroup Optional property. Set the maxTotalThreadsPerThreadgroup. If it is not set, returns zero.
      • binaryArchives

        public NSArray<?> binaryArchives()
        [@property] binaryArchives The set of MTLBinaryArchive to search for compiled code when creating the pipeline state. Accelerate pipeline state creation by providing archives of compiled code such that no compilation needs to happen on the fast path.
        See Also:
        MTLBinaryArchive
      • setBinaryArchives

        public void setBinaryArchives​(NSArray<?> value)
        [@property] binaryArchives The set of MTLBinaryArchive to search for compiled code when creating the pipeline state. Accelerate pipeline state creation by providing archives of compiled code such that no compilation needs to happen on the fast path.
        See Also:
        MTLBinaryArchive