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

Method ProgramBinary

source/globjects/source/ProgramBinary.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14ProgramBinary::ProgramBinary(const GLenum binaryFormat, const std::vector<char> & binaryData)
15: ProgramBinary(binaryFormat, new StaticStringSource(binaryData.data(), binaryData.size()))
16{
17}
18
19ProgramBinary::ProgramBinary(const GLenum binaryFormat, AbstractStringSource * dataSource)
20: m_binaryFormat(binaryFormat)

Callers

nothing calls this directly

Calls 3

dataMethod · 0.80
registerListenerMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected