Adding ViroKit. Needs AWSCore :(
This commit is contained in:
12
mobile/ios/ViroKit.framework/image_fsh.glsl
Normal file
12
mobile/ios/ViroKit.framework/image_fsh.glsl
Normal file
@@ -0,0 +1,12 @@
|
||||
#version 300 es
|
||||
|
||||
in highp vec2 v_texcoord;
|
||||
out highp vec4 frag_color;
|
||||
|
||||
#pragma image_modifier_uniforms
|
||||
|
||||
void main() {
|
||||
|
||||
#pragma image_modifier_body
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user