Define the base parameters for the ComputePass Texture writing.

interface ComputePassTextureParams {
    size?: number;
    computeSampleCount?: number;
}

Hierarchy (View Summary)

Properties

size?: number

The size of the Texture, knowing the width and height are equal.

computeSampleCount?: number

Number of samples to use in the ComputePass to generate the Texture.