Uses of Class
org.robovm.apple.metal.MTLCPUCacheMode
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.metalps |
-
Uses of MTLCPUCacheMode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLCPUCacheMode Modifier and Type Method Description MTLCPUCacheModeMTLBuffer. getCpuCacheMode()MTLCPUCacheModeMTLHeap. getCpuCacheMode()MTLCPUCacheModeMTLHeapAdapter. getCpuCacheMode()MTLCPUCacheModeMTLHeapDescriptor. getCpuCacheMode()MTLCPUCacheModeMTLResource. getCpuCacheMode()MTLCPUCacheModeMTLResourceAdapter. getCpuCacheMode()MTLCPUCacheModeMTLTexture. getCpuCacheMode()MTLCPUCacheModeMTLTextureDescriptor. getCpuCacheMode()static MTLCPUCacheModeMTLCPUCacheMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLCPUCacheModeMTLCPUCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLCPUCacheMode[]MTLCPUCacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLCPUCacheMode Modifier and Type Method Description voidMTLHeapDescriptor. setCpuCacheMode(MTLCPUCacheMode v)voidMTLTextureDescriptor. setCpuCacheMode(MTLCPUCacheMode v) -
Uses of MTLCPUCacheMode in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLCPUCacheMode Modifier and Type Method Description MTLCPUCacheModeMTKTextureLoaderOptions. getTextureCPUCacheMode()Methods in org.robovm.apple.metalkit with parameters of type MTLCPUCacheMode Modifier and Type Method Description MTKTextureLoaderOptionsMTKTextureLoaderOptions. setTextureCPUCacheMode(MTLCPUCacheMode textureCPUCacheMode) -
Uses of MTLCPUCacheMode in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLCPUCacheMode Modifier and Type Method Description MTLCPUCacheModeMPSImageDescriptor. getCpuCacheMode()Methods in org.robovm.apple.metalps with parameters of type MTLCPUCacheMode Modifier and Type Method Description voidMPSImageDescriptor. setCpuCacheMode(MTLCPUCacheMode v)