![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <D3D11Viewport.h>
Public Member Functions | |
| D3D11RHI_API | FD3D11EventQuery (class FD3D11DynamicRHI *InD3DRHI) |
| D3D11RHI_API void | IssueEvent () |
| D3D11RHI_API void | WaitForCompletion () |
A D3D event query resource.
| FD3D11EventQuery::FD3D11EventQuery | ( | class FD3D11DynamicRHI * | InD3DRHI | ) |
Initialization constructor.
| void FD3D11EventQuery::IssueEvent | ( | ) |
Issues an event for the query to poll.
| void FD3D11EventQuery::WaitForCompletion | ( | ) |
Waits for the event query to finish.