Commit 6b7f515c by Ben Clayton

.vscode: Define ENABLE_VK_DEBUGGER

Define ENABLE_VK_DEBUGGER to 1 so that VS code doesn't gray-out the debugger logic. This does not affect the build in any way. Bug: b/145351270 Change-Id: I52e1dfa7c2d83f2db4258d6e9e5f3a57c601452d Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/40089 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 39670fd4
......@@ -3,6 +3,7 @@
{
"name": "Linux",
"defines": [
"ENABLE_VK_DEBUGGER=1",
"ENABLE_RR_DEBUG_INFO=1",
"VERIFY_LLVM_IR=1"
],
......@@ -23,6 +24,7 @@
{
"name": "Mac",
"defines": [
"ENABLE_VK_DEBUGGER=1",
"ENABLE_RR_DEBUG_INFO=1",
"VERIFY_LLVM_IR=1"
],
......@@ -43,6 +45,7 @@
{
"name": "Win32",
"defines": [
"ENABLE_VK_DEBUGGER=1",
"ENABLE_RR_DEBUG_INFO=1",
"VERIFY_LLVM_IR=1"
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment