This website requires JavaScript.
Explore
Help
Sign In
NoEdge
/
Danbias
Watch
1
Star
0
Fork
You've already forked Danbias
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
43b111f0d3
Danbias
/
Code
/
OysterGraphics
/
Shader
/
HLSL
/
SimpleDebug
/
DebugVertex.hlsl
4 lines
67 B
HLSL
Raw
Blame
History
float4
main
(
float4
pos
:
POSITION
)
:
SV_POSITION
{
return
pos
;
}
Reference in New Issue
View Git Blame
Copy Permalink