From 1934612b3d416c914dc589c912de8dd96d9ea044 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 3 Jan 2020 11:19:40 -0800 Subject: Renamed QueryDataTimestamp::NumTicks to QueryDataTimestamp::Counter --- Graphics/GraphicsEngine/interface/Query.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/Query.h b/Graphics/GraphicsEngine/interface/Query.h index 7b18100f..47f5bffe 100644 --- a/Graphics/GraphicsEngine/interface/Query.h +++ b/Graphics/GraphicsEngine/interface/Query.h @@ -98,7 +98,7 @@ struct QueryDataTimestamp const QUERY_TYPE Type = QUERY_TYPE_TIMESTAMP; /// The value of a high-frequency counter. - Uint64 NumTicks = 0; + Uint64 Counter = 0; /// The counter frequency, in Hz (ticks/second). If there was an error /// while getting the timestamp, this value will be 0. -- cgit v1.2.3