Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10EffectMatrixVariable::SetMatrix method

Set a floating-point matrix.

Syntax


HRESULT SetMatrix(
  [infloat *pData
);

Parameters

pData [in]

Type: float*

A pointer to the first element in the matrix.

Return value

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

Requirements

Header

D3D10Effect.h

See also

ID3D10EffectMatrixVariable Interface

 

 

Show:
© 2017 Microsoft