Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyImage
Method · 0.85
blitImage
Method · 0.85
Calls
1
getSubresourceLayers
Function · 0.85
Tested by
no test coverage detected