Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_MatrixNullInitializer.spvasm.expected.hlsl
blob: 89e1fde979a73bf853cff6ba0706a7732719c367 [
file
] [
log
] [
blame
] [
edit
]
static
float3x2 x_200
=
float3x2
(
float2
(
0.0f
,
0.0f
),
float2
(
0.0f
,
0.0f
),
float2
(
0.0f
,
0.0f
));
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}