Searched refs:diffuseTex (Results 1 – 1 of 1) sorted by relevance
36 LPDIRECT3DTEXTURE9 diffuseTex = NULL; variable168 …ture(width, height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &diffuseTex, NULL); in InitGlobals()169 diffuseTex->GetSurfaceLevel(0, &diffuseSurface); in InitGlobals()262 pEffect->SetTexture("t_diffuse", diffuseTex); in LightingPass()