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

# ID3D12Object

> ID3D12Object (Direct3D 12 on XBOX) — An interface from which ID3D12Device and ID3D12DeviceChild inherit from. It provides methods to associate private data and.

An interface from which [ID3D12Device](/reference/graphics/d3d12_x/interfaces/id3d12device/id3d12device) and [ID3D12DeviceChild](/reference/graphics/d3d12/interfaces/id3d12devicechild/id3d12devicechild_public) inherit from. It provides methods to associate private data and annotate object names.

## Requirements

**Header:** d3d12\_x.h\
**Library:** d3d12\_x.lib\
**Supported Platforms**: XBOX One family

## See Also

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

[IUnknown](https://learn.microsoft.com/en-us/windows/desktop/api/unknwn/nn-unknwn-iunknown)


## Related topics

- [ID3D12DeviceChild](/reference/graphics/d3d12/interfaces/id3d12devicechild/id3d12devicechild_public.md)
- [SetPrivateData](/reference/graphics/d3d12/interfaces/id3d12object/methods/id3d12object_setprivatedata_public.md)
- [SetName](/reference/graphics/d3d12/interfaces/id3d12object/methods/id3d12object_setname_public.md)
- [GetPrivateData](/reference/graphics/d3d12/interfaces/id3d12object/methods/id3d12object_getprivatedata_public.md)
- [SetPrivateDataInterface](/reference/graphics/d3d12/interfaces/id3d12object/methods/id3d12object_setprivatedatainterface_public.md)
