Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CD3DX12_PACKED_MIP_INFO structure

A helper structure to enable easy initialization of a D3D12_PACKED_MIP_INFO structure.

Syntax

struct CD3DX12_PACKED_MIP_INFO : public D3D12_PACKED_MIP_INFO{
 CD3DX12_PACKED_MIP_INFO();
 explicit CD3DX12_PACKED_MIP_INFO(const D3D12_PACKED_MIP_INFO &o);
 CD3DX12_PACKED_MIP_INFO(UINT8 numStandardMips, UINT8 numPackedMips, UINT numTilesForPackedMips, UINT startTileIndexInOverallResource);
 operator const D3D12_PACKED_MIP_INFO&() const;
};

Members

CD3DX12_PACKED_MIP_INFO()

Creates a new, uninitialized, instance of a CD3DX12_PACKED_MIP_INFO.

explicit CD3DX12_PACKED_MIP_INFO(const D3D12_PACKED_MIP_INFO &o)

Creates a new instance of a CD3DX12_PACKED_MIP_INFO, initialized with the contents of another D3D12_PACKED_MIP_INFO structure.

CD3DX12_PACKED_MIP_INFO(UINT8 numStandardMips, UINT8 numPackedMips, UINT numTilesForPackedMips, UINT startTileIndexInOverallResource)

Creates a new instance of a CD3DX12_PACKED_MIP_INFO, initializing the following parameters:

UINT8 numStandardMips

UINT8 numPackedMips

UINT numTilesForPackedMips

UINT startTileIndexInOverallResource

operator const D3D12_PACKED_MIP_INFO&() const

Defines the & pass-by-reference operator for the parent structure type.

Requirements

Requirement Value
Header
D3dx12.h

See also

D3D12_PACKED_MIP_INFO

Helper Structures for D3D12


Feedback

Was this page helpful?

Additional resources