This topic has not yet been rated - Rate this topic

D3DX_R8G8B8A8_SNORM_to_FLOAT4 function

Unpacks DXGI_FORMAT_R8G8B8A8_SNORM shader data to an XMFLOAT4.

Syntax

XMFLOAT4 D3DX_R8G8B8A8_SNORM_to_FLOAT4(
    UINT packedInput
);

Parameters

packedInput

The packed shader data.

Requirements

Header

D3DX_DXGIFormatConvert.inl

See also

Unpacking and Packing DXGI_FORMAT for In-Place Image Editing

 

 

Send comments about this topic to Microsoft

Build date: 3/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.