Framework pour utliser les shaders sur du texte
This commit is contained in:
@ -7,6 +7,7 @@ in vec2 fragCoord;
|
||||
in vec2 texCoord;
|
||||
|
||||
uniform sampler2D texture1;
|
||||
uniform int index;
|
||||
|
||||
void main(){
|
||||
vec3 black = vec3(0.0f, 0.0f , 0.0f);
|
||||
|
Reference in New Issue
Block a user