Sign in
dawn
/
tint
/
3703522d41de7095f31d0820f36b7ddc422574f3
/
.
/
test
/
expressions
/
binary
/
mul
/
vec3-mat4x3
/
f32.wgsl.expected.glsl
blob: 2b7ad6d35ef36d3eb131e559267b58d26a74cfc9 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
binding
=
0
)
uniform S_1
{
mat4x3 matrix
;
vec3 vector
;
}
data
;
void
tint_symbol
()
{
vec4 x
=
(
data
.
vector
*
data
.
matrix
);
return
;
}
void
main
()
{
tint_symbol
();
}