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

Function getSubresourceLayer

include/RenderGraph/FrameGraphFunctions.hpp:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 }
523
524 inline VkImageSubresourceLayers getSubresourceLayer( ImageSubresourceRange const & range )
525 {
526 return getSubresourceLayers( range, 1u );
527 }
528}

Callers 2

copyImageMethod · 0.85
blitImageMethod · 0.85

Calls 1

getSubresourceLayersFunction · 0.85

Tested by

no test coverage detected