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

> タイムスタンプ クエリ、フォーマット キャスト、即時書き込み、ビュー インスタンシング、およびバリセントリック座標に対するアダプターのサポート レベルを示します。

タイムスタンプ クエリ、フォーマット キャスト、即時書き込み、ビュー インスタンシング、およびバリセントリック座標に対するアダプターのサポート レベルを示します。

## 構文

```cpp theme={null}
typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS3
{
    BOOL CopyQueueTimestampQueriesSupported;
    BOOL CastingFullyTypedFormatSupported;
    D3D12_COMMAND_LIST_SUPPORT_FLAGS WriteBufferImmediateSupportFlags;
    D3D12_VIEW_INSTANCING_TIER ViewInstancingTier;
    BOOL BarycentricsSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS3
```

### メンバー

*CopyQueueTimestampQueriesSupported*\
型: BOOL

コピー キュー上でタイムスタンプ クエリがサポートされているかどうかを示します。

*CastingFullyTypedFormatSupported*\
型: BOOL

完全型指定フォーマットから互換性のある別の完全型指定フォーマットへのキャストがサポートされているかどうかを示します。

*WriteBufferImmediateSupportFlags*\
型: D3D12\_COMMAND\_LIST\_SUPPORT\_FLAGS

コマンド ストリームから指定したバッファーに直接即値を書き込む機能をサポートするコマンド リストの種類を示します。

*ViewInstancingTier*\
型: D3D12\_VIEW\_INSTANCING\_TIER

ビュー インスタンシングに対するアダプターのサポート レベルを示します。

*BarycentricsSupported*\
型: BOOL

バリセントリック座標がサポートされているかどうかを示します。

## 要件

**ヘッダー:** d3d12\_xs.h または d3d12\_x.h\
**ライブラリ:** d3d12\_xs.lib または d3d12\_x.lib\
**サポートされているプラットフォーム**: XBOX Series 本体および XBOX One ファミリ

## 関連項目

[Core Structures](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)

[D3D12\_FEATURE](/reference/graphics/d3d12/enums/d3d12_feature_public)


## Related topics

- [D3D12_FEATURE](/ja-jp/reference/graphics/d3d12/enums/d3d12_feature_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS](/ja-jp/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS5](/ja-jp/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options5_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS1](/ja-jp/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options1_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS12](/ja-jp/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options12_public.md)
