This commit is contained in:
2025-11-11 17:22:55 +00:00
parent c5034b3c4c
commit 4d59d521ac
6 changed files with 35 additions and 57 deletions
-5
View File
@@ -1,9 +1,4 @@
#version 450 core
//layout (location = 0) in vec4 poss;
//void main()
//{
// gl_Position = poss;
//}
struct PosTex { vec4 pospos; vec4 texang; };
layout (std140, binding = 0) uniform TheMat { mat4 theMat; } ;
layout (std430, binding = 2) readonly buffer Pos { PosTex data[]; };