D3DXCREATEMATRIXSTACK function

xiaoxiao2021-03-06  66

D3DXCREATEMATRIXSTACK function

Create an instance of interface ID3DXMAMATRIXSTACK.

definition:

HRESULT WINAPI D3DXCREATEMATRIXSTACK

DWORD FLAGS,

LPD3DXMATRIXSTACK * PPSTACK

);

parameter:

Flags

[IN] Nothing, use 0 as a parameter.

PPSTACK

[OUT] function successfully returns the ID3DXMAMATRIXSTACK interface pointer.

return value:

If the function is successfully called, the D3D_OK is returned.

If the function call fails, it returns one of the following values:

D3DERR_INVALIDCALL

Call this function illegal. For example, no fill in the parameters, or the parameters are invalid.

D3DXERR_INVALIDDATA

Data is invalid.

E_OUTOFMEMORY

Direct3D cannot allocate memory. .

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

转载请注明原文地址:https://www.9cbs.com/read-111368.html

New Post(0)