Searched defs:SurfaceCountersError (Results 1 – 1 of 1) sorted by relevance
1543 struct SurfaceCountersError : public std::runtime_error struct1545 SurfaceCountersError(const std::string& what_) : std::runtime_error(what_) {} in SurfaceCountersError() function