Trying to add fluid simulation
This commit is contained in:
Vendored
+22
-1
@@ -34,7 +34,23 @@
|
||||
"environment": [
|
||||
{
|
||||
"name": "ASAN_OPTIONS",
|
||||
"value": "alloc_dealloc_mismatch=0",
|
||||
"value": "detect_leaks=0",
|
||||
},
|
||||
{
|
||||
"name": "VK_INSTANCE_LAYERS",
|
||||
"value": "VK_LAYER_KHRONOS_validation",
|
||||
},
|
||||
{
|
||||
"name": "DISABLE_VK_LAYER_VALVE_steam_overlay_1",
|
||||
"value": "1",
|
||||
},
|
||||
{
|
||||
"name": "DISABLE_VK_LAYER_VALVE_steam_fossilize_1",
|
||||
"value": "1",
|
||||
},
|
||||
{
|
||||
"name": "MANGOHUD",
|
||||
"value": "0",
|
||||
}
|
||||
],
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
@@ -45,6 +61,11 @@
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Import Seele pretty-printers",
|
||||
"text": "python exec(open('${workspaceFolder}/Seele/gdb/Seele.py').read())",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user