Skip to content

Commit 8bbe44e

Browse files
committed
address requested changes.
1 parent e29fbe9 commit 8bbe44e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/ide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Create a `.vscode/launch.json` file for debugging:
176176
}
177177
----
178178

179-
=== Profiling Integration
179+
=== Debugging and Profiling Integration
180180

181181
VS Code can be integrated with various Vulkan profiling tools:
182182

@@ -417,7 +417,7 @@ target_link_libraries(your_native_lib Vulkan::Vulkan)
417417
+
418418
[source,xml]
419419
----
420-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
420+
<manifest xmlns:android="http://schemas.android.com/apk/res/android.xsd">
421421
<!-- Declare that your app uses Vulkan -->
422422
<uses-feature android:name="android.hardware.vulkan.version" android:version="0x400003" android:required="true" />
423423

0 commit comments

Comments
 (0)