Adding ViroKit. Needs AWSCore :(
This commit is contained in:
11
mobile/ios/ViroKit.framework/image_vsh.glsl
Normal file
11
mobile/ios/ViroKit.framework/image_vsh.glsl
Normal file
@@ -0,0 +1,11 @@
|
||||
#version 300 es
|
||||
|
||||
in vec2 position;
|
||||
in vec2 texcoord;
|
||||
|
||||
out vec2 v_texcoord;
|
||||
|
||||
void main() {
|
||||
v_texcoord = texcoord;
|
||||
gl_Position = vec4(position.xy, 0.0, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user