A generator of texel data that creates a field of random noise.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Model I/O
Declaration
@interface MDLNoiseTexture : MDLTexture
Overview
Like other procedural MDLTexture
subclasses, the MDLNoise
class generates texel data only when that data is first referenced, and then caches it for future use.