Uses of Class
org.robovm.apple.metal.MTLResourceOptions
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLResourceOptions in org.robovm.apple.metal
Fields in org.robovm.apple.metal declared as MTLResourceOptions Modifier and Type Field Description static MTLResourceOptionsMTLResourceOptions. CPUCacheModeDefaultCachestatic MTLResourceOptionsMTLResourceOptions. CPUCacheModeWriteCombinedstatic MTLResourceOptionsMTLResourceOptions. HazardTrackingModeDefaultstatic MTLResourceOptionsMTLResourceOptions. HazardTrackingModeTrackedstatic MTLResourceOptionsMTLResourceOptions. HazardTrackingModeUntrackedstatic MTLResourceOptionsMTLResourceOptions. StorageModeMemorylessstatic MTLResourceOptionsMTLResourceOptions. StorageModePrivatestatic MTLResourceOptionsMTLResourceOptions. StorageModeSharedMethods in org.robovm.apple.metal that return MTLResourceOptions Modifier and Type Method Description protected MTLResourceOptions[]MTLResourceOptions. _values()MTLResourceOptionsMTLBuffer. getResourceOptions()MTLResourceOptionsMTLHeap. getResourceOptions()MTLResourceOptionsMTLHeapAdapter. getResourceOptions()MTLResourceOptionsMTLHeapDescriptor. getResourceOptions()MTLResourceOptionsMTLResource. getResourceOptions()MTLResourceOptionsMTLResourceAdapter. getResourceOptions()MTLResourceOptionsMTLTexture. getResourceOptions()MTLResourceOptionsMTLTextureDescriptor. getResourceOptions()static MTLResourceOptions[]MTLResourceOptions. values()protected MTLResourceOptionsMTLResourceOptions. wrap(long value, long mask)Methods in org.robovm.apple.metal with parameters of type MTLResourceOptions Modifier and Type Method Description static MTLTextureDescriptorMTLTextureDescriptor. createBufferDescriptor(MTLPixelFormat pixelFormat, long width, MTLResourceOptions resourceOptions, MTLTextureUsage usage)MTLSizeAndAlignMTLDevice. heapBufferSizeAndAlignWithLength(long length, MTLResourceOptions options)MTLBufferMTLDevice. newBuffer(byte[] bytes, MTLResourceOptions options)MTLBufferMTLDevice. newBuffer(byte[] bytes, MTLResourceOptions options, VoidBlock1<byte[]> deallocator)protected MTLBufferMTLDevice. newBuffer(long pointer, long length, MTLResourceOptions options)protected MTLBufferMTLDevice. newBuffer(long pointer, long length, MTLResourceOptions options, VoidBlock2<Long,Long> deallocator)MTLBufferMTLDevice. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeap. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeap. newBuffer(long length, MTLResourceOptions options, long offset)MTLBufferMTLHeapAdapter. newBuffer(long length, MTLResourceOptions options)MTLBufferMTLHeapAdapter. newBuffer(long length, MTLResourceOptions options, long offset)MTLIndirectCommandBufferMTLDevice. newIndirectCommand(MTLIndirectCommandBufferDescriptor descriptor, long maxCount, MTLResourceOptions options)voidMTLHeapDescriptor. setResourceOptions(MTLResourceOptions v)voidMTLTextureDescriptor. setResourceOptions(MTLResourceOptions v)