MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SplitFile

Class SplitFile

renderdoc/replay/replay_driver.cpp:548–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546void PreprocessLineDirectives(rdcarray<ShaderSourceFile> &sourceFiles)
547{
548 struct SplitFile
549 {
550 rdcstr filename;
551 rdcarray<rdcstr> lines;
552 bool modified = false;
553 };
554
555 rdcarray<SplitFile> splitFiles;
556

Callers 1

PreprocessLineDirectivesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected