Sign in
dawn
/
tint
/
refs/heads/chromium/4766
/
.
/
test
/
var
/
initialization
/
private
/
matrix.wgsl.expected.glsl
blob: 3771d7bfd09816efa3ac4741e962030371b23305 [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision mediump
float
;
mat2x3 v
=
mat2x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
tint_symbol
()
{
return
;
}
void
main
()
{
tint_symbol
();
}