From 68abe2383a127febd5ec96cb2ab4ea763558ca61 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 27 Aug 2020 10:52:29 -0700 Subject: Implemented duration query in D3D12 --- Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h b/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h index 78180e02..57f1fdf4 100644 --- a/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h @@ -51,6 +51,7 @@ static const struct INTERFACE_ID IID_QueryD3D11 = DILIGENT_BEGIN_INTERFACE(IQueryD3D11, IQuery) { /// Returns a pointer to the internal ID3D11Query object. + /// \param [in] QueryId - Query Id. For most query types this must be 0. An exception is /// QUERY_TYPE_DURATION, in which case allowed values are 0 for the /// beginning timestamp query, and 1 for the ending query. -- cgit v1.2.3