Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
const void * Buffer::map() const
89
{
90
return static_cast<const void*>(implementation().map(this, GL_READ_ONLY));
91
}
92
93
void* Buffer::map(const GLenum access)
94
{
Callers
1
bootstrap.min.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected