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

Method TextureHandle

source/globjects/source/TextureHandle.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19TextureHandle::TextureHandle()
20: m_handle(0)
21{
22}
23
24TextureHandle::TextureHandle(const GLuint64 handle)
25: m_handle(handle)

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected