> ## 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 与 PC 游戏的通用 GDK 功能

> 在使用 GDK 构建的 XBOX 与 Windows 游戏之间共享的异步、游戏配置、流式传输、输入、灯光、打包与用户身份等功能。

浏览 XBOX 游戏开发中的通用主题。

## 子主题

<CardGroup cols={2}>
  <Card title="异步" icon="folder-open" href="/build/core-features/common/async/index">
    异步相关文档。
  </Card>

  <Card title="游戏配置" icon="folder-open" href="/build/core-features/common/game-config/index">
    游戏配置相关文档。
  </Card>

  <Card title="游戏存档" icon="hard-drive" href="/build/core-features/common/game-save/index">
    游戏存档相关文档。
  </Card>

  <Card title="游戏串流" icon="folder-open" href="/build/core-features/common/game-streaming/index">
    游戏串流相关文档。
  </Card>

  <Card title="输入" icon="gamepad" href="/build/core-features/common/input/index">
    输入相关文档。
  </Card>

  <Card title="光照" icon="folder-open" href="/build/core-features/common/lighting/index">
    光照相关文档。
  </Card>

  <Card title="打包" icon="folder-open" href="/build/core-features/common/packaging/index">
    打包相关文档。
  </Card>

  <Card title="用户" icon="folder-open" href="/build/core-features/common/user/index">
    用户相关文档。
  </Card>
</CardGroup>

## 指南

<CardGroup cols={2}>
  <Card title="通用 GDK 功能" icon="cube" href="/build/core-features/common/common-features-overview">
    本节介绍的功能适用于 GDK 支持的所有平台，包括主机和 PC。
  </Card>
</CardGroup>

## 另请参阅

* [图形](/build/core-features/graphics/index)


## Related topics

- [面向 XBOX 与 PC 游戏的通用 GDK 功能](/zh-CN/build/core-features/common/index.md)
- [面向 GDK 游戏的 XBOX 与 Windows 上的 PIX](/zh-CN/tools/tools-console/pix/index.md)
- [面向 XBOX GDK 的移植指南](/zh-CN/home/build-first-title/porting-guides.md)
- [XBOX 与 PC 多人游戏设计指南](/zh-CN/services/xbox-services/multiplayer/overviews/multiplayer-design-guidance-xbox-pc-gdk.md)
- [XBOX 与 PC 上的 Lighting API 与 LampArray](/zh-CN/build/core-features/common/lighting/index.md)
