ShaderCompiler::FoldEdit struct

One computed rewrite: columns [Begin, End) of line Index collapse to Replacement.

Public variables

std::size_t Index
Identifier of the line the edit applies to (FoldInputLine::Index).
std::size_t Begin
First column of the rewritten range.
std::size_t End
One past the last column of the rewritten range.
String Replacement
Literal text the range collapses to.