mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Vulkan: Log additional queue command.
This commit is contained in:
parent
79d53552a5
commit
0bc2bb9efb
@ -1145,6 +1145,9 @@ void VulkanQueueRunner::LogRenderPass(const VKRStep &pass, bool verbose) {
|
||||
case VKRRenderCommand::DEBUG_ANNOTATION:
|
||||
INFO_LOG(G3D, " DebugAnnotation(%s)", cmd.debugAnnotation.annotation);
|
||||
break;
|
||||
case VKRRenderCommand::BIND_DESCRIPTOR_SET:
|
||||
INFO_LOG(G3D, " BindDescSet(%d)", cmd.bindDescSet.setNumber);
|
||||
break;
|
||||
|
||||
case VKRRenderCommand::NUM_RENDER_COMMANDS:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user