Class D3D11Asynchronous
This interface encapsulates methods for retrieving data from the GPU asynchronously.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11Asynchronous : D3D11DeviceChild, IDisposable
Constructors
| Edit this page View SourceD3D11Asynchronous(nint)
Initializes a new instance of the D3D11Asynchronous class.
Declaration
public D3D11Asynchronous(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11AsynchronousGuid
The interface GUID.
Declaration
public static readonly Guid D3D11AsynchronousGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDataSize
Gets the size of the data (in bytes) that is output when calling GetData.
Declaration
public uint DataSize { get; }
Property Value
| Type | Description |
|---|---|
| uint |