D3DDDI_FRAMELATENCYESCAPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDI_FRAMELATENCYESCAPE {
  [in] UINT RequestedLatency;
} D3DDDI_FRAMELATENCYESCAPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddi_framelatencyescape)

_D3DDDI_FRAMELATENCYESCAPE structure

Description

Specifies an app's maximum frame latency.

Members

RequestedLatency [in]

The frame latency requested by the driver, specified as the number of frames that are allowed to be stored in a queue, before submission for rendering.