blob: e10bf36f760a86fcc0fb20bdf139bb86cf419344 [file] [log] [blame] [edit]
SKIP: FAILED
cbuffer cbuffer_uniforms : register(b4, space1) {
uint4 uniforms[1];
};
[numthreads(1, 1, 1)]
void main() {
float2x4 m1 = float2x4((0.0f).xxxx, (0.0f).xxxx);
m1[uniforms[0u].x] = (1.0f).xxxx;
}
FXC validation failure:
<scrubbed_path>(8,3-20): error X3500: array reference cannot be used as an l-value; not natively addressable
tint executable returned error: exit status 1