MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / CreateFromSources

Method CreateFromSources

GTE/Graphics/ProgramFactory.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48std::shared_ptr<VisualProgram> ProgramFactory::CreateFromSources(
49 std::string const& vsSource, std::string const& psSource,
50 std::string const& gsSource)
51{
52 return CreateFromNamedSources("vs", vsSource, "ps", psSource, "gs", gsSource);
53}
54
55std::shared_ptr<ComputeProgram> ProgramFactory::CreateFromFile(
56 std::string const& csFile)

Callers 15

VolumeFogEffectMethod · 0.80
OverlayEffectMethod · 0.80
TextEffectMethod · 0.80
Texture2EffectMethod · 0.80
CubeMapEffectMethod · 0.80
AreaLightEffectMethod · 0.80
Texture3EffectMethod · 0.80
BumpMapEffectMethod · 0.80
VertexColorEffectMethod · 0.80
ConstantColorEffectMethod · 0.80
LightEffectMethod · 0.80
SphereMapEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected