summaryrefslogtreecommitdiff
path: root/product.vert
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-08 22:34:51 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-08 22:34:51 +0800
commit9a51b07bb7c5e80fbe1e892d8647f1eb793b6329 (patch)
tree261554d958a76fe2f50f355270ededf956b1a7b2 /product.vert
parentb4232ae8e9ab2e83b8d2b1b7d9fb21f507ed2b64 (diff)
Put shader files in its pkg dirHEADmaster
Diffstat (limited to 'product.vert')
-rw-r--r--product.vert9
1 files changed, 0 insertions, 9 deletions
diff --git a/product.vert b/product.vert
deleted file mode 100644
index b040d01..0000000
--- a/product.vert
+++ /dev/null
@@ -1,9 +0,0 @@
-uniform mat4 u_matrix;
-attribute vec4 a_position;
-attribute vec2 a_texcoord;
-varying vec2 v_texcoord;
-void main()
-{
- gl_Position = u_matrix * a_position;
- v_texcoord = a_texcoord;
-}