Added missing file
This commit is contained in:
parent
f73befbe0b
commit
bf54626815
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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user