Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
TextureHandle::TextureHandle()
20
: m_handle(0)
21
{
22
}
23
24
TextureHandle::TextureHandle(const GLuint64 handle)
25
: m_handle(handle)
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected