todo and fixes

This commit is contained in:
mcrcortex
2025-08-23 23:45:55 +10:00
parent aa185f11d7
commit 2fd686a5e6
5 changed files with 26 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ void main() {
positionBuffer[drawId] = extractRawPos(meta);
uvec4 counts = meta.b;
//TODO implicit command merging
uint msk = 0;
msk |= uint(((counts.y &0xFFFFu)!=0) && (relative.y>-1))<<0;
msk |= uint((((counts.y>>16)&0xFFFFu)!=0) && (relative.y<1 ))<<1;