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

Method CreateFromSource

GTE/Graphics/ProgramFactory.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::shared_ptr<ComputeProgram> ProgramFactory::CreateFromSource(std::string const& csSource)
67{
68 return CreateFromNamedSource("cs", csSource);
69}
70
71std::string ProgramFactory::GetStringFromFile(std::string const& filename)
72{

Calls

no outgoing calls

Tested by 2

GPUFluid2UpdateStateMethod · 0.64
GPUFluid3UpdateStateMethod · 0.64