D3D12DDIARG_TEX2D_SHADER_RESOURCE_VIEW_0002 - NtDoc

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

typedef struct D3D12DDIARG_TEX2D_SHADER_RESOURCE_VIEW_0002 {
  UINT  MostDetailedMip;
  UINT  FirstArraySlice;
  UINT  MipLevels;
  UINT  ArraySize;
  UINT  PlaneSlice;
  FLOAT ResourceMinLODClamp;
} D3D12DDIARG_TEX2D_SHADER_RESOURCE_VIEW_0002;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDIARG_TEX2D_SHADER_RESOURCE_VIEW_0002 structure

Description

Describes a two-dimensional (2-D) texture that is used to create a shader resource view.

Members

MostDetailedMip

The identifier of the most detailed MIP-map.

FirstArraySlice

The identifier of the first array slice.

MipLevels

The number of MIP-map levels for the texture.

ArraySize

The number of array slices for the texture.

PlaneSlice

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

ResourceMinLODClamp

A value to clamp sample LOD values to. For example, if you specify 2.0f for the clamp value, you ensure that no individual sample accesses a mip level less than 2.0f.

Remarks

See also