Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ data
Method
data
source/globjects/source/ProgramBinary.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
const void * ProgramBinary::data() const
44
{
45
validate();
46
47
return reinterpret_cast<const void*>(m_binaryData.data());
48
}
49
50
GLsizei ProgramBinary::length() const
51
{
Callers
15
ProgramBinary
Method · 0.80
getResource
Method · 0.80
getActiveUniforms
Method · 0.80
getActiveUniformName
Method · 0.80
infoLog
Method · 0.80
obtain
Method · 0.80
setDrawBuffers
Method · 0.80
readPixelsToByteArray
Method · 0.80
multiDrawArrays
Method · 0.80
multiDrawElements
Method · 0.80
multiDrawElementsBaseVertex
Method · 0.80
getActive
Method · 0.80
Calls
no outgoing calls
Tested by
2
PrintStringTo
Function · 0.64
PrintWideStringTo
Function · 0.64