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

> 頂点バッファー ビューを記述します。

頂点バッファー ビューを記述します。

## 構文

```cpp theme={null}
typedef struct D3D12_VERTEX_BUFFER_VIEW
{
    D3D12_GPU_VIRTUAL_ADDRESS BufferLocation;
    UINT SizeInBytes;
    UINT StrideInBytes;
} D3D12_VERTEX_BUFFER_VIEW
```

### メンバー

*BufferLocation*\
型: D3D12\_GPU\_VIRTUAL\_ADDRESS

バッファーのアドレスを識別する D3D12\_GPU\_VIRTUAL\_ADDRESS を指定します。

*SizeInBytes*\
型: UINT

バッファーのサイズ (バイト単位) を指定します。

*StrideInBytes*\
型: UINT

各頂点エントリのサイズ (バイト単位) を指定します。

## 解説

この構造体を [IASetVertexBuffers](/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_iasetvertexbuffers_public) メソッドと共に使用します。

## 要件

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

## 関連項目

[コア構造体](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)


## Related topics

- [IASetVertexBuffers](/ja-jp/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_iasetvertexbuffers_public.md)
- [D3D12_INDEX_BUFFER_VIEW](/ja-jp/reference/graphics/d3d12/structs/d3d12_index_buffer_view_public.md)
- [D3D12_CONSTANT_BUFFER_VIEW_DESC](/ja-jp/reference/graphics/d3d12/structs/d3d12_constant_buffer_view_desc_public.md)
- [D3D12_STREAM_OUTPUT_BUFFER_VIEW](/ja-jp/reference/graphics/d3d12/structs/d3d12_stream_output_buffer_view_public.md)
- [D3D12_BUFFER_RTV](/ja-jp/reference/graphics/d3d12/structs/d3d12_buffer_rtv_public.md)
