MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getBufferCount

Method getBufferCount

Source/Falcor/Core/API/VertexLayout.h:187–187  ·  view source on GitHub ↗

* Get how many buffer descriptions there are. */

Source from the content-addressed store, hash-verified

185 * Get how many buffer descriptions there are.
186 */
187 size_t getBufferCount() const { return mpBufferLayouts.size(); }
188
189private:
190 VertexLayout() { mpBufferLayouts.reserve(16); }

Callers 1

GraphicsStateObjectMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected