D3D12DDIARG_TEX3D_UNORDERED_ACCESS_VIEW - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDIARG_TEX3D_UNORDERED_ACCESS_VIEW {
  UINT MipSlice;
  UINT FirstW;
  UINT WSize;
} D3D12DDIARG_TEX3D_UNORDERED_ACCESS_VIEW;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddiarg_tex3d_unordered_access_view)

D3D12DDIARG_TEX3D_UNORDERED_ACCESS_VIEW structure

Description

Describes a three-dimensional (3-D) texture that is used to create an unordered access view.

Members

MipSlice

The identifier of the MIP-map slice.

FirstW

The identifier of the first array slice.

WSize

The number of array slices for the texture.

Remarks

See also