Skip to content

Commit 44e7f38

Browse files
committed
addressing more comments.
1 parent 47a6baa commit 44e7f38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

en/Building_a_Simple_Engine/Tooling/03_debugging_and_renderdoc.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ void submit_work(vk::raii::Queue& queue, vk::raii::CommandBuffer& cmd_buffer) {
193193

194194
RenderDoc is a graphics frame debugger and capture/analysis tool (not a compiler). It allows you to capture frames from your application and analyze them in detail. It's particularly useful for Vulkan applications due to its comprehensive support for the API.
195195

196-
NOTE: In this section we refer to the Event Browser, Pipeline State, and Resource Inspector panels in RenderDoc. Screenshots should accompany these instructions to show where debug names and labels appear in the UI.
197196

198197
==== Integrating RenderDoc with Your Application
199198

0 commit comments

Comments
 (0)