Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 852 of file math.c.
{ ID3DXMatrixStackImpl *This = (ID3DXMatrixStackImpl *)iface; TRACE("iface %p\n", iface); D3DXMatrixMultiply(&This->stack[This->current], &This->stack[This->current], pm); return D3D_OK; }