Sign in
dawn
/
tint
/
3530c6bf0641a95cc4bf8d43e54c7a484da8536d
/
.
/
test
/
shader_io
/
invariant_struct_member.wgsl
blob: 97d813f1842e80e66cf389cd3feffd860eefaf42 [
file
] [
log
] [
blame
]
struct
Out
{
[[
builtin
(
position
),
invariant
]]
pos
:
vec4
<f32>
;
};
[[
stage
(
vertex
)]]
fn main
()
->
Out
{
return
Out
();
}