ID3D11DeviceContext::Begin メソッド (d3d11.h)

一連のコマンドの先頭をマークします。

構文

void Begin(
  [in] ID3D11Asynchronous *pAsync
);

パラメーター

[in] pAsync

種類: ID3D11Asynchronous*

ID3D11Asynchronous インターフェイスへのポインター。

戻り値

なし

解説

ID3D11DeviceContext::End を使用して、一連のコマンドの終了をマークします。

必要条件

   
対象プラットフォーム Windows
ヘッダー d3d11.h
Library D3D11.lib

関連項目

ID3D11DeviceContext