Searched defs:PatchStorage (Results 1 – 2 of 2) sorted by relevance
181 struct PatchStorage { struct182 float fN_p4 = -1.f; // The parametric segment value to restore on LinearTolerances183 bool fMustDefer = true; // True means next patch must be deferred186 char fData[Stride];188 bool hasPending() const { in hasPending()191 void reset() { in reset()
79 PatchStorage string `json:"patch_storage,omitempty"` member