Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
builtins
/
modf
/
scalar
/
const_members.wgsl.expected.msl
blob: 77f57076eaf89ba6c997290910cc77445475bdba [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float
const
fract
=
0.25f
;
float
const
whole
=
1.0f
;
return
;
}