Sign in
dawn
/
dawn
/
d108693b5994198f3a4b454637adc31d820be498
/
.
/
test
/
tint
/
shadowing
/
short_names
/
renamer
/
renamer.wgsl.expected.wgsl
blob: 03698393a67255a7651abd65f5f6b4df67a6e54d [
file
] [
log
] [
blame
]
@vertex
fn tint_symbol
(
@builtin
(
vertex_index
)
tint_symbol_1
:
u32
)
->
@builtin
(
position
)
vec4f
{
return
vec4f
(
vec2f
(
vec2i
()),
0.0
,
1.0
);
}