Uses of Class
org.robovm.apple.metal.MTLTextureType
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLTextureType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLTextureType Modifier and Type Method Description MTLTextureTypeMTLArgument. getTextureType()MTLTextureTypeMTLArgumentDescriptor. getTextureType()MTLTextureTypeMTLTexture. getTextureType()MTLTextureTypeMTLTextureDescriptor. getTextureType()MTLTextureTypeMTLTextureReferenceType. getTextureType()static MTLTextureTypeMTLTextureType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLTextureTypeMTLTextureType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLTextureType[]MTLTextureType. 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 MTLTextureType Modifier and Type Method Description MTLTextureMTLTexture. newTextureView(MTLPixelFormat pixelFormat, MTLTextureType textureType, NSRange levelRange, NSRange sliceRange)MTLTextureMTLTexture. newTextureView(MTLPixelFormat pixelFormat, MTLTextureType textureType, NSRange levelRange, NSRange sliceRange, MTLTextureSwizzleChannels swizzle)voidMTLArgumentDescriptor. setTextureType(MTLTextureType v)voidMTLTextureDescriptor. setTextureType(MTLTextureType v)MTLSizeMTLDevice. sparseTileSizeWithTextureType(MTLTextureType textureType, MTLPixelFormat pixelFormat, long sampleCount) -
Uses of MTLTextureType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLTextureType Modifier and Type Method Description MTLTextureTypeMPSImage. getTextureType()MTLTextureTypeMPSStateTextureInfo. getTextureType()Methods in org.robovm.apple.metalps with parameters of type MTLTextureType Modifier and Type Method Description MPSStateTextureInfoMPSStateTextureInfo. setTextureType(MTLTextureType textureType)Constructors in org.robovm.apple.metalps with parameters of type MTLTextureType Constructor Description MPSStateTextureInfo(long width, long height, long depth, long arrayLength, MTLPixelFormat pixelFormat, MTLTextureType textureType, MTLTextureUsage usage, MachineSizedUIntPtr _reserved)