This commit is contained in:
mcrcortex
2024-07-18 10:52:43 +10:00
parent 26825e358f
commit 9d4f912808
3 changed files with 8 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ void main() {
//debugDumpNode(node);
if (outsideFrustum()) {// || isCulledByHiz()
if (outsideFrustum() || isCulledByHiz()) {
//printf("HizCulled");
//We are done here, dont do any more, the issue is the shader barriers maybe
// its culled, maybe just mark it as culled?