feat: forge_project.cfg
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// OUT
|
||||
// ---
|
||||
|
||||
in vec2 vUV;
|
||||
out vec4 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = texture(iTex0, vUV);
|
||||
}
|
||||
Reference in New Issue
Block a user