Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions engine.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
"prependTestRunningArgs": [
"--enable_playground"
]
},
"env": {
"MTL_DEBUG_LAYER": "1",
"MTL_DEBUG_LAYER_ERROR_MODE": "assert",
"MTL_DEBUG_LAYER_WARNING_MODE": "nslog",
"MTL_SHADER_VALIDATION": "1"
}
},
{
Expand Down
5 changes: 5 additions & 0 deletions tools/vscode_workspace/engine-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ settings:
gtest:
prependTestRunningArgs:
- --enable_playground
env:
MTL_DEBUG_LAYER: "1"
MTL_DEBUG_LAYER_ERROR_MODE: assert
MTL_DEBUG_LAYER_WARNING_MODE: nslog
MTL_SHADER_VALIDATION: "1"
- name: display_list_unittests_arm64
pattern: ../out/host_debug_unopt_arm64/display_list_unittests
runTask:
Expand Down