estructura DXGK_SCHEDULING_LOG_HEADER (d3dkmddi.h)
Contiene información sobre un encabezado de registro de programación.
Sintaxis
typedef struct _DXGK_SCHEDULING_LOG_HEADER {
union {
struct {
UINT32 FirstFreeEntryIndex;
UINT32 WraparoundCount;
};
ULARGE_INTEGER AtomicWraparoundAndEntryIndex;
};
UINT64 NumberOfEntries;
UINT64 Reserved[2];
} DXGK_SCHEDULING_LOG_HEADER;
Miembros
FirstFreeEntryIndex
Primer índice de entrada libre.
WraparoundCount
El ajuste alrededor del recuento.
AtomicWraparoundAndEntryIndex
Índice del ajuste atómico alrededor y entrada.
NumberOfEntries
Número de entradas.
Reserved[2]
Matriz de entradas reservadas.
Requisitos
Requisito | Valor |
---|---|
Header | d3dkmddi.h |