Package apple.metal

Class MTLRenderPipelineDescriptor

    • Constructor Detail

      • MTLRenderPipelineDescriptor

        protected MTLRenderPipelineDescriptor​(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()
      • 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)
      • 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)
      • 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
      • depthAttachmentPixelFormat

        public long depthAttachmentPixelFormat()
      • fragmentFunction

        public MTLFunction fragmentFunction()
      • isAlphaToCoverageEnabled

        public boolean isAlphaToCoverageEnabled()
      • setAlphaToCoverageEnabled

        public void setAlphaToCoverageEnabled​(boolean value)
      • isAlphaToOneEnabled

        public boolean isAlphaToOneEnabled()
      • setAlphaToOneEnabled

        public void setAlphaToOneEnabled​(boolean value)
      • isRasterizationEnabled

        public boolean isRasterizationEnabled()
      • setRasterizationEnabled

        public void setRasterizationEnabled​(boolean value)
      • isTessellationFactorScaleEnabled

        public boolean isTessellationFactorScaleEnabled()
      • setTessellationFactorScaleEnabled

        public void setTessellationFactorScaleEnabled​(boolean value)
      • label

        public java.lang.String label()
      • maxTessellationFactor

        public long maxTessellationFactor()
      • reset

        public void reset()
        reset Restore all pipeline descriptor properties to their default values.
      • sampleCount

        public long sampleCount()
        DEPRECATED - aliases rasterSampleCount property
      • setDepthAttachmentPixelFormat

        public void setDepthAttachmentPixelFormat​(long value)
      • setFragmentFunction

        public void setFragmentFunction​(MTLFunction value)
      • setLabel

        public void setLabel​(java.lang.String value)
      • setMaxTessellationFactor

        public void setMaxTessellationFactor​(long value)
      • setSampleCount

        public void setSampleCount​(long value)
        DEPRECATED - aliases rasterSampleCount property
      • setStencilAttachmentPixelFormat

        public void setStencilAttachmentPixelFormat​(long value)
      • setTessellationControlPointIndexType

        public void setTessellationControlPointIndexType​(long value)
      • setTessellationFactorFormat

        public void setTessellationFactorFormat​(long value)
      • setTessellationFactorStepFunction

        public void setTessellationFactorStepFunction​(long value)
      • setTessellationOutputWindingOrder

        public void setTessellationOutputWindingOrder​(long value)
      • setTessellationPartitionMode

        public void setTessellationPartitionMode​(long value)
      • setVertexFunction

        public void setVertexFunction​(MTLFunction value)
      • stencilAttachmentPixelFormat

        public long stencilAttachmentPixelFormat()
      • tessellationControlPointIndexType

        public long tessellationControlPointIndexType()
      • tessellationFactorFormat

        public long tessellationFactorFormat()
      • tessellationFactorStepFunction

        public long tessellationFactorStepFunction()
      • tessellationOutputWindingOrder

        public long tessellationOutputWindingOrder()
      • tessellationPartitionMode

        public long tessellationPartitionMode()
      • rasterSampleCount

        public long rasterSampleCount()
      • setRasterSampleCount

        public void setRasterSampleCount​(long value)
      • inputPrimitiveTopology

        public long inputPrimitiveTopology()
      • maxVertexAmplificationCount

        public long maxVertexAmplificationCount()
      • setInputPrimitiveTopology

        public void setInputPrimitiveTopology​(long value)
      • setMaxVertexAmplificationCount

        public void setMaxVertexAmplificationCount​(long value)
      • setSupportIndirectCommandBuffers

        public void setSupportIndirectCommandBuffers​(boolean value)
      • supportIndirectCommandBuffers

        public boolean supportIndirectCommandBuffers()
      • 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