Class D3D11Asynchronous
This interface encapsulates methods for retrieving data from the GPU asynchronously.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public abstract class D3D11Asynchronous : D3D11DeviceChild, IDisposable, ID3D11Releasable
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 |