Skip to main content
API Reference NSDK

TextureUtils


Declaration

struct TextureUtils

Methods

NameTypeSummary
@discardableResult static createOrUpdateTextureBool
Creates or updates a Metal texture using a NSDKImage.
- Parameters:
- image: The image buffer on cpu memory.
- texture: An existing Metal texture to update, or nil to create a new one.
- device: The Metal device used to allocate textures.
- Returns: true if the texture was allocated or updated this call.