MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / doBeginDebugUtilsLabel

Method doBeginDebugUtilsLabel

source/RenderGraph/GraphContext.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265#if VK_EXT_debug_utils
266
267 void GraphContext::doBeginDebugUtilsLabel( VkCommandBuffer commandBuffer
268 , VkDebugUtilsLabelEXT const & labelInfo )const
269 {
270 if ( vkCmdBeginDebugUtilsLabelEXT )
271 {
272 vkCmdBeginDebugUtilsLabelEXT( commandBuffer, &labelInfo );
273 }
274 }
275
276 void GraphContext::doEndDebugUtilsLabel( VkCommandBuffer commandBuffer )const
277 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected