Estructura D3DRANGE

Define un intervalo.

Sintaxis

typedef struct D3DRANGE {
  UINT Offset;
  UINT Size;
} D3DRANGE, *LPD3DRANGE;

Miembros

Offset

Tipo: UINT

Desplazamiento, en bytes.

Tamaño

Tipo: UINT

Tamaño, en bytes.

Requisitos

Requisito Value
Encabezado
D3D9Types.h

Vea también

Estructuras de Direct3D