MCPcopy 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
45inline void* MapStaticWriteOnce(GLenum target)
46{
47 return glMapBuffer(target, GL_WRITE_ONLY);
48}
49
50} // namespace render::buf
51

Callers 2

CopyVerticesMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected