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

# IASetVertexBuffers

> Establece un identificador de descriptor de CPU para los búferes de vértices.

Establece un identificador de descriptor de CPU para los búferes de vértices.

## Sintaxis

```cpp theme={null}
void IASetVertexBuffers(
    UINT StartSlot,
    UINT NumViews,
    const D3D12_VERTEX_BUFFER_VIEW  pViews
)
```

### Parámetros

*StartSlot \[in]*\
Tipo: UINT

Índice en la matriz de base cero del dispositivo en el que se empiezan a establecer los búferes de vértices.

*NumViews \[in]*\
Tipo: UINT

El número de vistas en la matriz <i>pViews</i>.

*pViews \[in, optional]*\
Tipo: const D3D12\_VERTEX\_BUFFER\_VIEW \*

Especifica las vistas de búfer de vértices en una matriz de estructuras [D3D12\_VERTEX\_BUFFER\_VIEW](/reference/graphics/d3d12/structs/d3d12_vertex_buffer_view_public).

### Valor devuelto

Tipo: void

Ninguno.

## Requisitos

**Encabezado:** d3d12\_xs.h o d3d12\_x.h\
**Biblioteca:** d3d12\_xs.lib o d3d12\_x.lib\
**Plataformas compatibles**: consolas XBOX Series y familia XBOX One

## Consulte también

[IASetIndexBuffer](/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_iasetindexbuffer_public)

[ID3D12GraphicsCommandList](/reference/graphics/d3d12_xs/interfaces/ID3D12GraphicsCommandList/id3d12graphicscommandlist_xs)


## Related topics

- [D3D12_VERTEX_BUFFER_VIEW](/es/reference/graphics/d3d12/structs/d3d12_vertex_buffer_view_public.md)
- [D3D12_RAYTRACING_GEOMETRY_TRIANGLES_DESC](/es/reference/graphics/d3d12/structs/d3d12_raytracing_geometry_triangles_desc_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS13](/es/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options13_public.md)
- [IASetIndexBuffer](/es/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_iasetindexbuffer_public.md)
- [SetShapePcmAudioBuffer](/es/reference/audio/shapepcmcontext/functions/setshapepcmaudiobuffer_2.md)
