diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-08-27 17:52:29 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-27 17:52:29 +0000 |
| commit | 68abe2383a127febd5ec96cb2ab4ea763558ca61 (patch) | |
| tree | 16a4d29c8a5e8b16701862237ebce967fb204980 /Graphics/GraphicsEngineD3D11 | |
| parent | Merged master (diff) | |
| download | DiligentCore-68abe2383a127febd5ec96cb2ab4ea763558ca61.tar.gz DiligentCore-68abe2383a127febd5ec96cb2ab4ea763558ca61.zip | |
Implemented duration query in D3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h | 1 |
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. |
