Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ Program
Method
Program
source/globjects/source/Program.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
Program::Program()
52
: Object(new ProgramResource)
53
, m_linked(false)
54
, m_dirty(true)
55
{
56
}
57
58
Program::Program(ProgramBinary * binary)
59
: Program()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected