> ## 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_SUBRESOURCE_INFO

> Describes subresource data. (D3D12_SUBRESOURCE_INFO)

Describes subresource data.

## Syntax

```cpp theme={null}
typedef struct D3D12_SUBRESOURCE_INFO
{
    UINT64 Offset;
    UINT RowPitch;
    UINT DepthPitch;
} D3D12_SUBRESOURCE_INFO
```

### Members

*Offset*\
Type: UINT64

Offset, in bytes, between the start of the parent resource and this subresource.

*RowPitch*\
Type: UINT

The row pitch, or width, or physical size, in bytes, of the subresource data.

*DepthPitch*\
Type: UINT

The depth pitch, or width, or physical size, in bytes, of the subresource data.

## 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

## See Also

[Core Structures](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)


## Related topics

- [D3D12_SUBRESOURCE_DATA](/reference/graphics/d3d12/structs/d3d12_subresource_data_public.md)
- [D3D12_SUBRESOURCE_TILING](/reference/graphics/d3d12/structs/d3d12_subresource_tiling_public.md)
- [D3D12_SUBRESOURCE_FOOTPRINT](/reference/graphics/d3d12/structs/d3d12_subresource_footprint_public.md)
- [D3D12_PLACED_SUBRESOURCE_FOOTPRINT](/reference/graphics/d3d12/structs/d3d12_placed_subresource_footprint_public.md)
- [D3D12_SUBRESOURCE_RANGE_UINT64](/reference/graphics/d3d12/structs/d3d12_subresource_range_uint64_public.md)
