Contents

custom(matrix:)

Creates a projection using a caller-supplied matrix.

Declaration

static func custom(matrix: simd_float4x4) -> LowLevelRenderer.Camera.Projection

Parameters

  • matrix:

    The column-major 4×4 matrix that transforms from view space to clip space.

Return Value

A custom LowLevelRenderer.Camera.Projection.