implementing renderpass and vieport
This commit is contained in:
Vendored
+10
-2
@@ -13,7 +13,15 @@
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}/bin/Debug",
|
||||
"environment": [],
|
||||
"externalConsole": false
|
||||
"externalConsole": false,
|
||||
"symbolSearchPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\lib\\x64",
|
||||
"requireExactSource": false,
|
||||
"logging": {
|
||||
"moduleLoad": false,
|
||||
"exceptions": true,
|
||||
"trace": true,
|
||||
"traceResponse": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Test",
|
||||
@@ -25,6 +33,6 @@
|
||||
"cwd": "${workspaceRoot}/bin/Debug/test",
|
||||
"environment": [],
|
||||
"externalConsole": false
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user