ID3D12CommandList::SetIndexBufferSingleUse method

[This documentation is preliminary and is subject to change.]

Sets a single-use index-buffer-view.

Syntax

void SetIndexBufferSingleUse(
  [in, optional]  ID3D12Resource *pBuffer,
  [in]            const D3D12_INDEX_BUFFER_VIEW_DESC *pDesc
);

Parameters

Return value

Returns nothing.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12CommandList