> ## 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 タイトルで共有される、非同期、ゲーム構成、ストリーミング、入力、ライティング、パッケージング、ユーザー ID 機能。

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">
    このセクションで解説する機能は、コンソールと PC を含む GDK でサポートされるすべてのプラットフォームに共通です。
  </Card>
</CardGroup>

## 関連項目

* [グラフィックス](/build/core-features/graphics/index)


## Related topics

- [GDK タイトル向けの XBOX および Windows 上の PIX](/ja-jp/tools/tools-console/pix/index.md)
- [XBOX GDK タイトル向けの入力 API とハードウェア](/ja-jp/build/core-features/common/input/index.md)
- [XBOX および PC マルチプレイヤーの設計ガイダンス](/ja-jp/services/xbox-services/multiplayer/overviews/multiplayer-design-guidance-xbox-pc-gdk.md)
- [XBOX services マルチプレイヤーの概要](/ja-jp/services/xbox-services/multiplayer/overviews/live-multiplayer-intro.md)
- [XBOX タイトル向けのゲーム メッシュ ネットワーク](/ja-jp/build/console-features/networking/game-mesh/index.md)
