MCPcopy Create free account
hub / github.com/csyonghe/Spire / SaveToFile

Method SaveToFile

Source/SpireLib/SpireLib.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 void ShaderLibFile::SaveToFile(CoreLib::Basic::String fileName)
348 {
349 StreamWriter fwriter(fileName);
350 fwriter.Write(ToString());
351 }
352
353 void ShaderLibFile::FromString(const String & src)
354 {

Callers 1

wmainFunction · 0.80

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected