Class D3D11Counter
This interface encapsulates methods for measuring GPU performance.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11Counter : D3D11Asynchronous, IDisposable
Constructors
| Edit this page View SourceD3D11Counter(nint)
Initializes a new instance of the D3D11Counter class.
Declaration
public D3D11Counter(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11CounterGuid
The interface GUID.
Declaration
public static readonly Guid D3D11CounterGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDescription
Gets a counter description.
Declaration
public D3D11CounterDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| D3D11CounterDesc |