Contents

init(descriptor:)

Creates a low-level texture from a descriptor.

Declaration

@MainActor init(descriptor: LowLevelTexture.Descriptor) throws

Parameters

  • descriptor:

    An object that defines the structure of the low-level texture.

Discussion