Added missing file
This commit is contained in:
6
data/shaders/tfb_dummy.frag
Normal file
6
data/shaders/tfb_dummy.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
out vec4 FragColor;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
FragColor = vec4(1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user