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

Method create

source/globjects/source/NamedString.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20NamedString * NamedString::create(const std::string & name, AbstractStringSource * source)
21{
22 return create(name, source, GL_SHADER_INCLUDE_ARB);
23}
24
25NamedString * NamedString::create(const std::string & name, const std::string & string)
26{

Callers 4

BufferResourceMethod · 0.45
TextureResourceMethod · 0.45
WindowQtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected