coopVecLoadGroupshared

Description

Signature

CoopVec<T, N> coopVecLoadGroupshared<int N, T, int M>(
    const T[M] data,
    int byteOffset16ByteAligned)
    where T : __BuiltinArithmeticType;

Generic Parameters

N : int

T: __BuiltinArithmeticType

M : int

Parameters

data : T [ M ]

byteOffset16ByteAligned : int = 0

Availability and Requirements

Defined for the following targets:

hlsl

Available in all stages.

glsl

Available in all stages.

cpp

Available in all stages.

cuda

Available in all stages.

spirv

Available in all stages.

Requires capability: spvCooperativeVectorNV.