D3D12DDI_RANGE structure (d3d12umddi.h)

Specifies a range.

Syntax

typedef struct D3D12DDI_RANGE {
  UINT64 Begin;
  UINT64 End;
} D3D12DDI_RANGE;

Members

Begin

The beginning of the range.

End

A value of one more than the end of the range. Therefore, the value of End minus the value of Begin is the size of the range.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)