MCPcopy 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

mergeAttachmentsMethod · 0.80
registerBufferFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected