METODE ID3D12GraphicsCommandList::SetGraphicsRootUnorderedAccessView (d3d12.h)

Mengatur handel deskriptor CPU untuk sumber daya tampilan akses yang tidak diurutkan dalam tanda tangan akar grafis.

Sintaks

void SetGraphicsRootUnorderedAccessView(
  [in] UINT                      RootParameterIndex,
  [in] D3D12_GPU_VIRTUAL_ADDRESS BufferLocation
);

Parameter

[in] RootParameterIndex

Jenis: UINT

Nomor slot untuk pengikatan.

[in] BufferLocation

Jenis: D3D12_GPU_VIRTUAL_ADDRESS

Alamat virtual GPU buffer. D3D12_GPU_VIRTUAL_ADDRESS adalah alias typedef'd dari UINT64.

Nilai kembali

Tidak ada

Persyaratan

   
Target Platform Windows
Header d3d12.h
Pustaka D3d12.lib
DLL D3d12.dll

Lihat juga

ID3D12GraphicsCommandList