Home
last modified time | relevance | path

Searched refs:g_hMatW (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tokamak/tokamak_release/d3dapp/
H A DtokamaksampleApp.cpp9 D3DXHANDLE g_hMatW; // Handles to transformation matrices in effect variable
71 g_hMatW = g_pEffect->GetParameterByName( NULL, "g_mWorld" ); in OnMyAppCreateDevice()
261 V( g_pEffect->SetMatrix( g_hMatW, &mWorld ) ); in Render()
H A DtokamaksampleApp.h23 extern D3DXHANDLE g_hMatW;