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

Method map

source/globjects/source/Buffer.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88const void * Buffer::map() const
89{
90 return static_cast<const void*>(implementation().map(this, GL_READ_ONLY));
91}
92
93void* Buffer::map(const GLenum access)
94{

Callers 1

bootstrap.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected