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
b78625c230
Danbias
/
Code
/
OysterGraphics
/
Shader
/
Passes
/
2D
/
2DVertex.hlsl
6 lines
77 B
HLSL
Raw
Blame
History
#include "Header.hlsli"
Vertex2DIn
main
(
Vertex2DIn
input
)
{
return
input
;
}
Reference in New Issue
View Git Blame
Copy Permalink