Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ getBufferCount
Method
getBufferCount
source/RenderGraph/Attachment.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
uint32_t BufferAttachment::getBufferCount()const
111
{
112
return uint32_t( buffers.size() );
113
}
114
115
//*********************************************************************************************
116
Callers
2
mergeAttachments
Method · 0.80
registerBuffer
Function · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected