> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# D3D12_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE

> Represents a GPU virtual address range and stride.

Represents a GPU virtual address range and stride.

## Syntax

```cpp theme={null}
typedef struct D3D12_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE
{
    D3D12_GPU_VIRTUAL_ADDRESS StartAddress;
    UINT64 SizeInBytes;
    UINT64 StrideInBytes;
} D3D12_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE
```

### Members

*StartAddress*\
Type: D3D12\_GPU\_VIRTUAL\_ADDRESS

The beginning of the virtual address range.

*SizeInBytes*\
Type: UINT64

The size of the virtual address range, in bytes.

*StrideInBytes*\
Type: UINT64

Defines the record-indexing stride within the memory range.

## Requirements

**Header:** d3d12\_xs.h or d3d12\_x.h\
**Library:** d3d12\_xs.lib or d3d12\_x.lib\
**Supported Platforms**: XBOX Series consoles and XBOX One family


## Related topics

- [D3D12_DISPATCH_RAYS_DESC (XBOX Series consoles)](/reference/graphics/d3d12/structs/d3d12_dispatch_rays_desc_public.md)
- [D3D12_GPU_VIRTUAL_ADDRESS_AND_STRIDE](/reference/graphics/d3d12/structs/d3d12_gpu_virtual_address_and_stride_public.md)
- [D3D12_GPU_VIRTUAL_ADDRESS_RANGE](/reference/graphics/d3d12/structs/d3d12_gpu_virtual_address_range_public.md)
- [D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT](/reference/graphics/d3d12/structs/d3d12_feature_data_gpu_virtual_address_support_public.md)
- [D3D12_VERTEX_BUFFER_VIEW](/reference/graphics/d3d12/structs/d3d12_vertex_buffer_view_public.md)
