Skip to content

Commit

Permalink
Added missing rgba_f shader source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Feb 5, 2018
1 parent e04fc06 commit 4ac7044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shaders/rgba_f.cg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
float4 main(float4 vColor : COLOR) : COLOR
{
return vColor;
}

0 comments on commit 4ac7044

Please sign in to comment.