D3D12DDIARG_TEX2D_UNORDERED_ACCESS_VIEW_0002 - NtDoc

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

typedef struct D3D12DDIARG_TEX2D_UNORDERED_ACCESS_VIEW_0002 {
  UINT MipSlice;
  UINT FirstArraySlice;
  UINT ArraySize;
  UINT PlaneSlice;
} D3D12DDIARG_TEX2D_UNORDERED_ACCESS_VIEW_0002;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDIARG_TEX2D_UNORDERED_ACCESS_VIEW_0002 structure

Description

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

Members

MipSlice

The identifier of the MIP-map slice.

FirstArraySlice

The identifier of the first array slice.

ArraySize

The number of array slices for the texture.

PlaneSlice

The index (plane slice number) of the plane to use in the texture.

Remarks

See also