Share via


ID3D11DeviceContext::End 메서드(d3d11.h)

일련의 명령의 끝을 표시합니다.

구문

void End(
  [in] ID3D11Asynchronous *pAsync
);

매개 변수

[in] pAsync

형식: ID3D11Asynchronous*

ID3D11Asynchronous 인터페이스에 대한 포인터입니다.

반환 값

없음

설명

ID3D11DeviceContext::Begin을 사용하여 일련의 명령의 시작을 표시합니다.

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 d3d11.h
라이브러리 D3D11.lib

추가 정보

ID3D11DeviceContext