Creates or updates a Metal texture using a RawImage. - 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.
RawImage.- Parameters:
- image: The image buffer on cpu memory.
- texture: An existing Metal texture to update, or
nilto create a new one.- device: The Metal device used to allocate textures.
- Returns:
trueif the texture was allocated or updated this call.