Home
last modified time | relevance | path

Searched defs:TFlattenData (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h225 struct TFlattenData { struct
226 TFlattenData() : nextBinding(TQualifier::layoutBindingEnd), in TFlattenData() argument
228 TFlattenData(int nb, int nl) : nextBinding(nb), nextLocation(nl) { } in TFlattenData() function
230 TVector<TVariable*> members; // individual flattened variables
231 TVector<int> offsets; // offset to next tree level
232 unsigned int nextBinding; // next binding to use.
233 unsigned int nextLocation; // next location to use