Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ createImage
Method
createImage
source/RenderGraph/RunnableGraph.cpp:475–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
VkImage RunnableGraph::createImage( ImageId const & image )
476
{
477
return m_resources.createImage( image );
478
}
479
480
VkImageView RunnableGraph::createImageView( ImageViewId const & view )
481
{
Callers
1
RunnableGraph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected