Class D3D11Query
A query interface queries information from the GPU.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11Query : D3D11Asynchronous, IDisposable
Constructors
| Edit this page View SourceD3D11Query(nint)
Initializes a new instance of the D3D11Query class.
Declaration
public D3D11Query(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11QueryGuid
The interface GUID.
Declaration
public static readonly Guid D3D11QueryGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDescription
Gets a query description.
Declaration
public D3D11QueryDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| D3D11QueryDesc |