Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ getAspectFlags
Function
getAspectFlags
source/RenderGraph/FrameGraphPrerequisites.cpp:553–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
ImageAspectFlags getAspectFlags( ImageViewId const & image )noexcept
554
{
555
return getSubresourceRange( image ).aspectMask;
556
}
557
558
ImageSubresourceRange const & getSubresourceRange( ImageViewId const & image )noexcept
559
{
Callers
1
ImageAttachment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected