Initial commit
This commit is contained in:
9
engines/myst3/shaders/myst3_text.fragment
Normal file
9
engines/myst3/shaders/myst3_text.fragment
Normal file
@@ -0,0 +1,9 @@
|
||||
in vec2 Texcoord;
|
||||
|
||||
OUTPUT
|
||||
|
||||
uniform sampler2D tex;
|
||||
|
||||
void main() {
|
||||
outColor = texture(tex, Texcoord);
|
||||
}
|
||||
Reference in New Issue
Block a user