Searched defs:SurfaceCountersError (Results 1 – 1 of 1) sorted by relevance
1472 struct SurfaceCountersError : public std::runtime_error struct1474 SurfaceCountersError(const std::string &what_) : std::runtime_error(what_) in SurfaceCountersError() function