Revert "GPUShaderCreateInfo for interface abstraction"

This reverts commit 8fb2ff458b.
Missing some files.
This commit is contained in:
2022-01-17 14:34:28 +01:00
parent 8fb2ff458b
commit edee5a947b
151 changed files with 812 additions and 5214 deletions

View File

@@ -1,13 +1,11 @@
#ifndef USE_GPU_SHADER_CREATE_INFO
uniform mat4 ModelViewProjectionMatrix;
# ifdef UV_POS
#ifdef UV_POS
in vec2 u;
# define pos u
# else
# define pos u
#else
in vec2 pos;
# endif
#endif
void main()