This commit is contained in:
2024-10-05 04:22:34 +08:00
parent 5993f231fd
commit 30911fcf5c
298 changed files with 28632 additions and 28632 deletions

View File

@@ -1,16 +1,16 @@
// Copyright (c) 2017-2020 Xiamen Yaji Software Co., Ltd.
#include <common/common-define>
struct StandardVertInput {
highp vec4 position;
vec3 normal;
vec4 tangent;
vec4 color;
vec2 uv;
};
layout(location = 0) in vec3 a_position;
layout(location = 1) in vec3 a_normal;
layout(location = 2) in vec2 a_texCoord;
layout(location = 3) in vec4 a_tangent;
// Copyright (c) 2017-2020 Xiamen Yaji Software Co., Ltd.
#include <common/common-define>
struct StandardVertInput {
highp vec4 position;
vec3 normal;
vec4 tangent;
vec4 color;
vec2 uv;
};
layout(location = 0) in vec3 a_position;
layout(location = 1) in vec3 a_normal;
layout(location = 2) in vec2 a_texCoord;
layout(location = 3) in vec4 a_tangent;