Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ getFormat
Function
getFormat
source/RenderGraph/FrameGraphPrerequisites.cpp:508–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
PixelFormat getFormat( ImageId const & image )noexcept
509
{
510
return image.data->info.format;
511
}
512
513
PixelFormat getFormat( ImageViewId const & image )noexcept
514
{
Callers
5
clearAttachment
Method · 0.85
ImageAttachment
Method · 0.85
prepareImage
Function · 0.85
doProcessImageView
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68