MCPcopy Create free account
hub / github.com/cginternals/globjects / VertexArrayObjectResource

Method VertexArrayObjectResource

source/globjects/source/Resource.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218VertexArrayObjectResource::VertexArrayObjectResource()
219: IDResource(createObject(glGenVertexArrays))
220{
221}
222
223VertexArrayObjectResource::~VertexArrayObjectResource()
224{

Callers

nothing calls this directly

Calls 1

createObjectFunction · 0.85

Tested by

no test coverage detected