summaryrefslogtreecommitdiff
path: root/source/tests/win32/01-window/03_sub_menu.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-04-09 09:02:22 +0800
committerchai <chaifix@163.com>2019-04-09 09:02:22 +0800
commit200f710983fd54b23437cb78d5a03c90b5a47523 (patch)
treebd4c4e3fc7fc631ca58b50deadf34cb39e8704cf /source/tests/win32/01-window/03_sub_menu.cpp
parent4ea4bbfcb03091cb987dc151d41980ec16f3d18d (diff)
*misc
Diffstat (limited to 'source/tests/win32/01-window/03_sub_menu.cpp')
-rw-r--r--source/tests/win32/01-window/03_sub_menu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/tests/win32/01-window/03_sub_menu.cpp b/source/tests/win32/01-window/03_sub_menu.cpp
index 6343f06..0a389b0 100644
--- a/source/tests/win32/01-window/03_sub_menu.cpp
+++ b/source/tests/win32/01-window/03_sub_menu.cpp
@@ -43,13 +43,14 @@ shader в
string shader_frame = R"(
//
in vec2 asura_position;
+in vec2 asura_tangent;
+in vec2 asura_normal;
in vec4 asura_color;
// asura_texcoord(n)
in vec2 asura_texcoord0;
in vec2 asura_texcoord1;
in vec2 asura_texcoord2;
in vec2 asura_texcoord3;
-in vec2 asura_texcoord4;
// uniform
uniform mat4 asura_projection_matrix;