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