Uses of Class
org.robovm.apple.metal.MTLTextureUsage
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.metalps |
-
Uses of MTLTextureUsage in org.robovm.apple.metal
Fields in org.robovm.apple.metal declared as MTLTextureUsage Modifier and Type Field Description static MTLTextureUsageMTLTextureUsage. Nonestatic MTLTextureUsageMTLTextureUsage. PixelFormatViewstatic MTLTextureUsageMTLTextureUsage. RenderTargetstatic MTLTextureUsageMTLTextureUsage. ShaderReadstatic MTLTextureUsageMTLTextureUsage. ShaderWritestatic MTLTextureUsageMTLTextureUsage. UnknownMethods in org.robovm.apple.metal that return MTLTextureUsage Modifier and Type Method Description protected MTLTextureUsage[]MTLTextureUsage. _values()MTLTextureUsageMTLTexture. getUsage()MTLTextureUsageMTLTextureDescriptor. getUsage()static MTLTextureUsage[]MTLTextureUsage. values()protected MTLTextureUsageMTLTextureUsage. wrap(long value, long mask)Methods in org.robovm.apple.metal with parameters of type MTLTextureUsage Modifier and Type Method Description static MTLTextureDescriptorMTLTextureDescriptor. createBufferDescriptor(MTLPixelFormat pixelFormat, long width, MTLResourceOptions resourceOptions, MTLTextureUsage usage)voidMTLTextureDescriptor. setUsage(MTLTextureUsage v) -
Uses of MTLTextureUsage in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLTextureUsage Modifier and Type Method Description MTLTextureUsageMTKView. getDepthStencilAttachmentTextureUsage()MTLTextureUsageMTKView. getMultisampleColorAttachmentTextureUsage()MTLTextureUsageMTKTextureLoaderOptions. getTextureUsage()Methods in org.robovm.apple.metalkit with parameters of type MTLTextureUsage Modifier and Type Method Description voidMTKView. setDepthStencilAttachmentTextureUsage(MTLTextureUsage v)voidMTKView. setMultisampleColorAttachmentTextureUsage(MTLTextureUsage v)MTKTextureLoaderOptionsMTKTextureLoaderOptions. setTextureUsage(MTLTextureUsage textureUsage) -
Uses of MTLTextureUsage in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLTextureUsage Modifier and Type Method Description MTLTextureUsageMPSImage. getUsage()MTLTextureUsageMPSImageDescriptor. getUsage()MTLTextureUsageMPSStateTextureInfo. getUsage()Methods in org.robovm.apple.metalps with parameters of type MTLTextureUsage Modifier and Type Method Description protected static longMPSImageDescriptor. create(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels, long numberOfImages, MTLTextureUsage usage)voidMPSImageDescriptor. setUsage(MTLTextureUsage v)MPSStateTextureInfoMPSStateTextureInfo. setUsage(MTLTextureUsage usage)Constructors in org.robovm.apple.metalps with parameters of type MTLTextureUsage Constructor Description MPSImageDescriptor(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels, long numberOfImages, MTLTextureUsage usage)MPSStateTextureInfo(long width, long height, long depth, long arrayLength, MTLPixelFormat pixelFormat, MTLTextureType textureType, MTLTextureUsage usage, MachineSizedUIntPtr _reserved)