Package apple.metal

Class MTLRenderPassSampleBufferAttachmentDescriptor

    • Constructor Detail

      • MTLRenderPassSampleBufferAttachmentDescriptor

        protected MTLRenderPassSampleBufferAttachmentDescriptor​(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()
      • endOfFragmentSampleIndex

        public long endOfFragmentSampleIndex()
        [@property] endOfFragmentSampleIndex The sample index to use to store the sample taken at the end of fragment processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • endOfVertexSampleIndex

        public long endOfVertexSampleIndex()
        [@property] endOfVertexSampleIndex The sample index to use to store the sample taken at the end of vertex processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • 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)
      • sampleBuffer

        public MTLCounterSampleBuffer sampleBuffer()
        [@property] sampleBuffer The sample buffer to store samples for the render-pass defined samples. If sampleBuffer is non-nil, the sample indices will be used to store samples into the sample buffer. If no sample buffer is provided, no samples will be taken. If any of the sample indices are specified as MTLCounterDontSample, no sample will be taken for that action.
      • setEndOfFragmentSampleIndex

        public void setEndOfFragmentSampleIndex​(long value)
        [@property] endOfFragmentSampleIndex The sample index to use to store the sample taken at the end of fragment processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • setEndOfVertexSampleIndex

        public void setEndOfVertexSampleIndex​(long value)
        [@property] endOfVertexSampleIndex The sample index to use to store the sample taken at the end of vertex processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • setSampleBuffer

        public void setSampleBuffer​(MTLCounterSampleBuffer value)
        [@property] sampleBuffer The sample buffer to store samples for the render-pass defined samples. If sampleBuffer is non-nil, the sample indices will be used to store samples into the sample buffer. If no sample buffer is provided, no samples will be taken. If any of the sample indices are specified as MTLCounterDontSample, no sample will be taken for that action.
      • setStartOfFragmentSampleIndex

        public void setStartOfFragmentSampleIndex​(long value)
        [@property] startOfFragmentSampleIndex The sample index to use to store the sample taken at the start of fragment processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • setStartOfVertexSampleIndex

        public void setStartOfVertexSampleIndex​(long value)
        [@property] startOfVertexSampleIndex The sample index to use to store the sample taken at the start of vertex processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • startOfFragmentSampleIndex

        public long startOfFragmentSampleIndex()
        [@property] startOfFragmentSampleIndex The sample index to use to store the sample taken at the start of fragment processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • startOfVertexSampleIndex

        public long startOfVertexSampleIndex()
        [@property] startOfVertexSampleIndex The sample index to use to store the sample taken at the start of vertex processing. Setting the value to MTLCounterDontSample will cause this sample to be omitted. On devices where MTLCounterSamplingPointAtStageBoundary is unsupported, this sample index is invalid and must be set to MTLCounterDontSample or creation of a render pass will fail.
      • superclass_static

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

        public static long version_static()