summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rw-r--r--Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h1
1 files changed, 1 insertions, 0 deletions
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.