Delete composite.vs

This commit is contained in:
Jonas Sorgenfrei
2022-04-04 01:53:15 +02:00
committed by GitHub
parent 5e51f03c20
commit ace261e60f

View File

@@ -1,9 +0,0 @@
#version 400 core
// shader inputs
layout (location = 0) in vec3 position;
void main()
{
gl_Position = vec4(position, 1.0f);
}