Share via


ID3D11Asynchronous Interface

This interface encapsulates methods for retrieving data from the GPU asynchronously.

Mitglieder

ID3D11AsynchronousSchnittstelle erbt von ID3D11DeviceChild. ID3D11Asynchronous umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

ID3D11AsynchronousSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetDataSize

Get the size of the data (in bytes) that is output when calling ID3D11DeviceContext::GetData.

 

Hinweise

There are three types of asynchronous interfaces, all of which inherit this interface:

  • ID3D11Query - Queries information from the GPU.
  • ID3D11Predicate - Determines whether a piece of geometry should be processed or not depending on the results of a previous draw call.
  • ID3D11Counter - Measures GPU performance.

Siehe auch

Core Interfaces