D3D10DDI_MIPINFO - NtDoc

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

typedef struct D3D10DDI_MIPINFO {
  [in] UINT TexelWidth;
  [in] UINT TexelHeight;
  [in] UINT TexelDepth;
  [in] UINT PhysicalWidth;
  [in] UINT PhysicalHeight;
  [in] UINT PhysicalDepth;
} D3D10DDI_MIPINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10ddi_mipinfo)

D3D10DDI_MIPINFO structure

Description

The D3D10DDI_MIPINFO structure describes the MIP-level texture and physical coordinates of a surface.

Members

TexelWidth [in]

The width, in texels, of the surface or volume, or the length, in texels, of the linear resource.

TexelHeight [in]

The height, in texels, of the surface or volume.

TexelDepth [in]

The depth, in texels, of the volume.

PhysicalWidth [in]

The width, in pixels, of the surface or volume, or the length, in pixels, of the linear resource.

PhysicalHeight [in]

The height, in pixels, of the surface or volume.

PhysicalDepth [in]

The depth, in pixels, of the volume.

See also

D3D10DDIARG_CREATERESOURCE