Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_MatrixInitializer.spvasm.expected.hlsl
blob: 9b65d1f78d9ce1e6e4bd3db0b1bbcf72348a8506 [
file
] [
log
] [
blame
]
static
float3x2 x_200
=
float3x2
(
float2
(
1.5f
,
2.0f
),
float2
(
2.0f
,
3.0f
),
float2
(
3.0f
,
4.0f
));
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}