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

# 在 XBOX Series X|S 上使用 XDXR 进行光线追踪

> 面向使用 XDXR 的 XBOX Series X|S 游戏的光线追踪指南，涵盖 BVH 构建器、BVH 压缩、硬件设计、k-DOP 支持以及离线 RTPSO。

浏览 XBOX 游戏开发中的光线追踪相关主题。

<CardGroup cols={2}>
  <Card title="BVH 构建器" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-bvhbuilders">
    XDXR 目前使用 LBVH 算法并进行 treelet 重构以进行运行时 BVH 构建，同时使用 Embree BVH 构建器进行……
  </Card>

  <Card title="BVH 压缩" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-compression">
    随着 XBOX Series 主机的推出，光线追踪变得越来越普遍，随之而来的还有 BVH 结构的离线生成……
  </Card>

  <Card title="光线追踪硬件设计" icon="server" href="/build/core-features/graphics/newfeatures/raytracing/rt-hardware-design">
    XBOX Series 主机上每个 Workgroup Processor (WGP) 内都直接内置了强大的固定功能硬件，旨在加速……
  </Card>

  <Card title="XDXR K-DOP 支持以获得更紧凑的实例包围盒" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-kdop">
    每个底层加速结构 (BLAS) 的根中都存储了一个 AABB，用于包围整个 BLAS。
  </Card>

  <Card title="XDXR 离线 RTPSO" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-offlinertpso">
    XDXR 允许通过离线 RTPSO 机制预编译光线追踪着色器。
  </Card>

  <Card title="光线追踪与 DXR" icon="circle-info" href="/build/core-features/graphics/newfeatures/raytracing/rt-overview">
    DirectX Raytracing (DXR) 于 2018 年 3 月宣布并于 2018 年 10 月发布，为 DirectX 12 API 增加了光线追踪特定功能。
  </Card>

  <Card title="Xdxrstandalonetraverse" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-standalone">
    XDXR 目前不支持 DXR 1.1 中描述的 RayQuery 对象。
  </Card>

  <Card title="XDXR (XBOX DXR)" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-xdxr">
    XDXR 是 DirectX Raytracing (DXR) API 在 XBOX Series X|S 上的 XBOX 实现。
  </Card>

  <Card title="XDXR 最佳实践与建议" icon="palette" href="/build/core-features/graphics/newfeatures/raytracing/rt-xdxrbestpractices">
    XBOX DXR (XDXR) 已推出一段时间，但我们仍在继续扩展和改进对 XBOX Series 上光线追踪的支持……
  </Card>
</CardGroup>

## 另请参阅

* [Ms](/build/core-features/graphics/newfeatures/ms/index)
* [Sfs](/build/core-features/graphics/newfeatures/sfs/index)
* [Vrs](/build/core-features/graphics/newfeatures/vrs/index)
* [Xbtc](/build/core-features/graphics/newfeatures/xbtc/index)


## Related topics

- [在 XBOX Series X|S 上使用 XDXR 进行光线追踪](/zh-CN/build/core-features/graphics/newfeatures/raytracing/index.md)
- [使用 GDK 在 XBOX 与 PC 上进行图形开发](/zh-CN/build/core-features/graphics/index.md)
- [D3D12_RAYTRACING_TIER](/zh-CN/reference/graphics/d3d12/enums/d3d12_raytracing_tier_public.md)
- [D3D12_RAYTRACING_PIPELINE_CONFIG (XBOX Series consoles)](/zh-CN/reference/graphics/d3d12/structs/d3d12_raytracing_pipeline_config_public.md)
- [D3D12_RAYTRACING_PIPELINE_CONFIG1 (XBOX Series consoles)](/zh-CN/reference/graphics/d3d12/structs/d3d12_raytracing_pipeline_config1_public.md)
