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

# D3D12_RAYTRACING_GEOMETRY_DESC (XBOX Series 콘솔)

> 레이트레이싱 가속 구조 빌드 작업에 입력 데이터를 제공하기 위해 D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS 구조체에서 사용되는 지오메트리 세트를 설명합니다.

레이트레이싱 가속 구조 빌드 작업에 입력 데이터를 제공하기 위해 [D3D12\_BUILD\_RAYTRACING\_ACCELERATION\_STRUCTURE\_INPUTS](/reference/graphics/d3d12/structs/d3d12_build_raytracing_acceleration_structure_inputs_public) 구조체에서 사용되는 지오메트리 세트를 설명합니다.

## 구문

```cpp theme={null}
typedef struct D3D12_RAYTRACING_GEOMETRY_DESC
{
    D3D12_RAYTRACING_GEOMETRY_TYPE Type;
    D3D12_RAYTRACING_GEOMETRY_FLAGS Flags;
    D3D12_RAYTRACING_GEOMETRY_TRIANGLES_DESC Triangles;
    D3D12_RAYTRACING_GEOMETRY_AABBS_DESC AABBs;
} D3D12_RAYTRACING_GEOMETRY_DESC
```

### 멤버

*Type*\
형식: D3D12\_RAYTRACING\_GEOMETRY\_TYPE

지오메트리의 유형입니다.

*Flags*\
형식: D3D12\_RAYTRACING\_GEOMETRY\_FLAGS

지오메트리 플래그

*Triangles*\
형식: D3D12\_RAYTRACING\_GEOMETRY\_TRIANGLES\_DESC

<i>Type</i>이 [D3D12\_RAYTRACING\_GEOMETRY\_TYPE\_TRIANGLES](/reference/graphics/d3d12/enums/d3d12_raytracing_geometry_type_public)인 경우, 삼각형 지오메트리를 설명하는 [D3D12\_RAYTRACING\_GEOMETRY\_TRIANGLES\_DESC](/reference/graphics/d3d12/structs/d3d12_raytracing_geometry_triangles_desc_public)입니다. 그렇지 않으면 이 매개 변수는 사용되지 않습니다.

*AABBs*\
형식: D3D12\_RAYTRACING\_GEOMETRY\_AABBS\_DESC

<i>Type</i>이 [D3D12\_RAYTRACING\_GEOMETRY\_TYPE\_PROCEDURAL\_PRIMITIVE\_AABBS](/reference/graphics/d3d12/enums/d3d12_raytracing_geometry_type_public)인 경우, 삼각형 지오메트리를 설명하는 [D3D12\_RAYTRACING\_GEOMETRY\_AABBS\_DESC](/reference/graphics/d3d12/structs/d3d12_raytracing_geometry_aabbs_desc_public)입니다. 그렇지 않으면 이 매개 변수는 사용되지 않습니다.

## 요구 사항

**헤더:** d3d12\_xs.h\
**라이브러리:** d3d12\_xs.lib\
**지원 플랫폼**: XBOX Series 콘솔


## Related topics

- [D3D12_RAYTRACING_GEOMETRY_FLAGS (XBOX Series consoles)](/ko/reference/graphics/d3d12/enums/d3d12_raytracing_geometry_flags_public.md)
- [D3D12_RAYTRACING_GEOMETRY_TYPE (XBOX Series consoles)](/ko/reference/graphics/d3d12/enums/d3d12_raytracing_geometry_type_public.md)
- [D3D12_RAYTRACING_GEOMETRY_AABBS_DESC (XBOX Series 콘솔)](/ko/reference/graphics/d3d12/structs/d3d12_raytracing_geometry_aabbs_desc_public.md)
- [D3D12_RAYTRACING_GEOMETRY_TRIANGLES_DESC](/ko/reference/graphics/d3d12/structs/d3d12_raytracing_geometry_triangles_desc_public.md)
- [D3D12_RAYTRACING_INSTANCE_DESC (XBOX Series 콘솔)](/ko/reference/graphics/d3d12/structs/d3d12_raytracing_instance_desc_public.md)
