Syntax
Members
BeginType: UINT64 The offset, in bytes, denoting the beginning of a memory range. End
Type: UINT64 The offset, in bytes, denoting the end of a memory range. End is one-past-the-end.
Remarks
End is one-past-the-end. When Begin equals End, the range is empty. The size of the range is (End - Begin). This structure is used by the D3D12_SUBRESOURCE_RANGE_UINT64 structure.Requirements
Header: d3d12_xs.h or d3d12_x.hLibrary: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family
