Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ MapStaticWriteOnce
Function
MapStaticWriteOnce
engine/Poseidon/Graphics/Core/GLBufferMap.hpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
inline void* MapStaticWriteOnce(GLenum target)
46
{
47
return glMapBuffer(target, GL_WRITE_ONLY);
48
}
49
50
} // namespace render::buf
51
Callers
2
CopyVertices
Method · 0.85
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected