ENH: Dynamically enable and color tilings

Use multidraw and command buffer
This commit is contained in:
David Allemang
2023-02-10 13:20:34 -05:00
parent 92a55f8c74
commit 53fe3104db
7 changed files with 185 additions and 90 deletions

View File

@@ -15,10 +15,10 @@ layout(std140, binding=2) uniform ModelMatrices {
};
layout(location=0) in ivec4 inds;
layout(location=1) in vec4 col;
layout(location=1) in vec3 col;
out ivec4 vInds;
out vec4 vCol;
out vec3 vCol;
out gl_PerVertex {
vec4 gl_Position;