You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
197 B
10 lines
197 B
4 months ago
|
#version 300 es
|
||
|
|
||
|
precision highp float;
|
||
|
|
||
|
in vec2 iv3;
|
||
|
|
||
|
#extension GL_OES_standard_derivatives : enable
|
||
|
#extension GL_OES_EGL_image_external : require
|
||
|
#extension GL_OES_texture_3D : enable
|