ADD: Normal mapping
This commit is contained in:
@@ -9,6 +9,7 @@ struct Vertex {
|
||||
vec3 position; float uv_x;
|
||||
vec3 normal; float uv_y;
|
||||
vec4 color;
|
||||
vec4 tangent;
|
||||
};
|
||||
|
||||
layout(buffer_reference, std430) readonly buffer VertexBuffer{
|
||||
|
||||
Reference in New Issue
Block a user