Fix OOB write in PGRAPH_CONTEXT_CACHE

This commit is contained in:
starfrost013
2025-04-21 13:50:06 +01:00
parent 01f7d3f88e
commit 1e5bdfbd16
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,8 @@
"name": "debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"NV_LOG": "ON"
"NV_LOG": "ON",
"NV_LOG_ULTRA": "ON"
},
"inherits": "base"
},