Uses of Class
org.robovm.apple.metal.MTLSparseTextureMappingMode
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLSparseTextureMappingMode in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLSparseTextureMappingMode Modifier and Type Method Description static MTLSparseTextureMappingModeMTLSparseTextureMappingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLSparseTextureMappingModeMTLSparseTextureMappingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLSparseTextureMappingMode[]MTLSparseTextureMappingMode. 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 MTLSparseTextureMappingMode Modifier and Type Method Description voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLResourceStateCommandEncoder. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion region, long mipLevel, long slice)voidMTLResourceStateCommandEncoderAdapter. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLResourceStateCommandEncoderAdapter. updateTextureMapping(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion region, long mipLevel, long slice)voidMTLResourceStateCommandEncoder. updateTextureMappings(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion regions, MachineSizedUIntPtr mipLevels, MachineSizedUIntPtr slices, long numRegions)voidMTLResourceStateCommandEncoderAdapter. updateTextureMappings(MTLTexture texture, MTLSparseTextureMappingMode mode, MTLRegion regions, MachineSizedUIntPtr mipLevels, MachineSizedUIntPtr slices, long numRegions)