QuadReadAcrossDiagonal

Description

Signature

T QuadReadAcrossDiagonal<T>(T localValue)
    where T : __BuiltinType;

vector<T, N> QuadReadAcrossDiagonal<T, int N>(vector<T, N> localValue)
    where T : __BuiltinType;

matrix<T, N, M> QuadReadAcrossDiagonal<T, int N, int M>(matrix<T, N, M> localValue)
    where T : __BuiltinType;

Generic Parameters

T: __BuiltinType

N : int

M : int

Parameters

localValue : T

localValue : vector<T, N>

localValue : matrix<T, N, M>

Availability and Requirements

Defined for the following targets:

hlsl

Available in all stages.

glsl

Available in all stages.

metal

Available in all stages.

wgsl

Available in all stages.

spirv

Available in all stages.

Requires capability: spvGroupNonUniformQuad.