Class MTLComputePassSampleBufferAttachmentDescriptor

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metal.MTLComputePassSampleBufferAttachmentDescriptor
All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLComputePassSampleBufferAttachmentDescriptor
extends NSObject
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • MTLComputePassSampleBufferAttachmentDescriptor

      public MTLComputePassSampleBufferAttachmentDescriptor()
    • MTLComputePassSampleBufferAttachmentDescriptor

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

      protected MTLComputePassSampleBufferAttachmentDescriptor​(NSObject.SkipInit skipInit)
  • Method Details

    • getSampleBuffer

      public MTLCounterSampleBuffer getSampleBuffer()
    • setSampleBuffer

      public void setSampleBuffer​(MTLCounterSampleBuffer v)
    • getStartOfEncoderSampleIndex

      public long getStartOfEncoderSampleIndex()
    • setStartOfEncoderSampleIndex

      public void setStartOfEncoderSampleIndex​(long v)
    • getEndOfEncoderSampleIndex

      public long getEndOfEncoderSampleIndex()
    • setEndOfEncoderSampleIndex

      public void setEndOfEncoderSampleIndex​(long v)