Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.19 KB

ns-d3d11-d3d11_buffer_uav.md

File metadata and controls

81 lines (63 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d11.D3D11_BUFFER_UAV
D3D11_BUFFER_UAV (d3d11.h)
Describes the elements in a buffer to use in a unordered-access view. (D3D11_BUFFER_UAV)
D3D11_BUFFER_UAV
D3D11_BUFFER_UAV structure [Direct3D 11]
c8071050-410d-09ba-35f3-6d7c40e44eb6
d3d11/D3D11_BUFFER_UAV
direct3d11.d3d11_buffer_uav
direct3d11\d3d11_buffer_uav.htm
direct3d11
8dcd2281-1875-474e-8c86-a6920ab2b515
12/05/2018
D3D11_BUFFER_UAV, D3D11_BUFFER_UAV structure [Direct3D 11], c8071050-410d-09ba-35f3-6d7c40e44eb6, d3d11/D3D11_BUFFER_UAV, direct3d11.d3d11_buffer_uav
d3d11.h
Windows
Windows
D3D11_BUFFER_UAV
19H1
D3D11_BUFFER_UAV
d3d11/D3D11_BUFFER_UAV
c++
APIRef
kbSyntax
HeaderDef
D3D11.h
D3D11_BUFFER_UAV

D3D11_BUFFER_UAV structure

-description

Describes the elements in a buffer to use in a unordered-access view.

-struct-fields

-field FirstElement

Type: UINT

The zero-based index of the first element to be accessed.

-field NumElements

Type: UINT

The number of elements in the resource. For structured buffers, this is the number of structures in the buffer.

-field Flags

Type: UINT

View options for the resource (see D3D11_BUFFER_UAV_FLAG).

-remarks

This structure is used by a D3D11_UNORDERED_ACCESS_VIEW_DESC.

-see-also

Resource Structures