MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Buffer

Method Buffer

GTE/Graphics/Buffer.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12Buffer::Buffer(uint32_t numElements, size_t elementSize, bool createStorage)
13 :
14 Resource(numElements, elementSize, createStorage)
15{
16 mType = GT_BUFFER;
17}
18
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected