yes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
varying vec2 v_TexCoord;
|
||||
|
||||
uniform sampler2D g_Texture0; // {"material":"Framebuffer","hidden":true}
|
||||
|
||||
void main() {
|
||||
gl_FragColor = texSample2D(g_Texture0, v_TexCoord);
|
||||
}
|
||||
Reference in New Issue
Block a user