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

一連のコマンドの末尾をマークします。

構文

void End(
  [in] ID3D11Asynchronous *pAsync
);

パラメーター

[in] pAsync

種類: ID3D11Asynchronous*

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

戻り値

なし

解説

ID3D11DeviceContext::Begin を使用して、一連のコマンドの先頭をマークします。

要件

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

こちらもご覧ください

ID3D11DeviceContext