mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Delete composite.vs
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#version 400 core
|
|
||||||
|
|
||||||
// shader inputs
|
|
||||||
layout (location = 0) in vec3 position;
|
|
||||||
|
|
||||||
void main()
|
|
||||||
{
|
|
||||||
gl_Position = vec4(position, 1.0f);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user