Sign in
dawn
/
dawn
/
863d9edf59ee93e5ee925a675cbe01a800e36dc7
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
vec3-mat3x3
/
f32.wgsl.expected.glsl
blob: 805940727cb8c59cdd2f3adc6cd662e1015f30de [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
binding
=
0
)
uniform S_ubo
{
mat3 matrix
;
vec3 vector
;
}
data
;
void
tint_symbol
()
{
vec3 x
=
(
data
.
vector
*
data
.
matrix
);
}
void
main
()
{
tint_symbol
();
return
;
}