Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ createBuffer
Method
createBuffer
source/RenderGraph/RunnableGraph.cpp:465–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
}
464
465
VkBuffer RunnableGraph::createBuffer( BufferId const & buffer )
466
{
467
return m_resources.createBuffer( buffer );
468
}
469
470
VkBufferView RunnableGraph::createBufferView( BufferViewId const & view )
471
{
Callers
1
getWrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected