This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ClassiCube
mirror of
https://github.com/ClassiCube/ClassiCube
Watch
1
Star
0
Fork
You've already forked ClassiCube
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
ClassiCube
/
misc
/
xbox
/
ps_coloured.cg
11 lines
113 B
Plaintext
Raw
Permalink
Blame
History
struct vOut {
float4 color : COLOR;
};
float4 main(
vOut input
) : COLOR
{
return input.color;
}
Reference in New Issue
View Git Blame
Copy Permalink