We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29fbe9 commit 8bbe44eCopy full SHA for 8bbe44e
chapters/ide.adoc
@@ -176,7 +176,7 @@ Create a `.vscode/launch.json` file for debugging:
176
}
177
----
178
179
-=== Profiling Integration
+=== Debugging and Profiling Integration
180
181
VS Code can be integrated with various Vulkan profiling tools:
182
@@ -417,7 +417,7 @@ target_link_libraries(your_native_lib Vulkan::Vulkan)
417
+
418
[source,xml]
419
420
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android.xsd">
421
<!-- Declare that your app uses Vulkan -->
422
<uses-feature android:name="android.hardware.vulkan.version" android:version="0x400003" android:required="true" />
423
0 commit comments