This website requires JavaScript.
Explore
Help
Sign In
encounter
/
dawn-cmake
mirror of
https://github.com/encounter/dawn-cmake.git
Watch
1
Star
0
Fork
You've already forked dawn-cmake
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31936f375f
dawn-cmake
/
test
/
samples
/
function.wgsl.expected.hlsl
9 lines
106 B
HLSL
Raw
Blame
History
float
main
(
)
{
return
(
(
(
2.0f
*
3.0f
)
-
4.0f
)
/
5.0f
)
;
}
[
numthreads
(
2
,
1
,
1
)
]
void
ep
(
)
{
return
;
}
Reference in New Issue
View Git Blame
Copy Permalink