> ## 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의 Sampler Feedback 및 SFS

> XBOX Series X|S의 Sampler Feedback 및 Sampler Feedback Streaming(SFS)에 대한 가이드로, Direct3D 12 API 설계, GPU 하드웨어 설계, 텍스처 스트리밍 사용법을 다룹니다.

XBOX 게임 개발을 위한 sfs 관련 주제를 살펴보세요.

<CardGroup cols={2}>
  <Card title="Sampler Feedback Direct3D 12 API" icon="palette" href="/build/core-features/graphics/newfeatures/sfs/sf-api-design">
    Sampler Feedback을 지원하는 API 집합은 XBOX와 PC Direct3D 12에서 동일한 API를 제공하며, XBOX Series X|S 하드웨어를 위한 XBOX 확장을 포함합니다.
  </Card>

  <Card title="Sampler Feedback GPU 하드웨어 설계" icon="server" href="/build/core-features/graphics/newfeatures/sfs/sf-gpu-design">
    XBOX Series X|S GPU에는 Sampler Feedback을 구현하는 맞춤형 하드웨어 기능 두 개가 포함되어 있습니다.
  </Card>

  <Card title="Sampler Feedback" icon="code" href="/build/core-features/graphics/newfeatures/sfs/sf-overview">
    Sampler Feedback은 GPU 하드웨어에서 텍스처 샘플링 패턴을 가져올 수 있는 새로운 Direct3D 12 하드웨어 및 소프트웨어 기능입니다.
  </Card>

  <Card title="스트리밍을 위한 Sampler Feedback (SFS)" icon="video" href="/build/core-features/graphics/newfeatures/sfs/sfs-usage">
    Streaming이라는 이름의 샘플 프로젝트는 텍스처 스트리밍을 위한 Sampler Feedback API의 사용 방법을 보여줍니다.
  </Card>

  <Card title="왜 Sampler Feedback인가?" icon="palette" href="/build/core-features/graphics/newfeatures/sfs/why-sf">
    Sampler Feedback 기능은 타이틀이 장면 렌더링 중에 텍스처의 원하는 사용량을 측정할 수 있게 해주므로 유용합니다.
  </Card>
</CardGroup>

## 함께 보기

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


## Related topics

- [XBOX Series X|S의 메시 셰이더 및 메시렛](/ko/build/core-features/graphics/newfeatures/ms/index.md)
- [XBOX GDK 콘솔 개발용 NDA 주제 색인](/ko/nda/nda-overview.md)
- [XBOX Series X|S의 Variable Rate Shading (VRS)](/ko/build/core-features/graphics/newfeatures/vrs/index.md)
- [NDA 토픽 디렉터리 - Microsoft Learn 라이브 링크](/ko/nda/nda-topic-directory.md)
- [GDK 리소스 및 다운로드 액세스](/ko/home/onboarding-access/access-resources.md)
