Searched refs:pDirect3D9ExInterface (Results 1 – 1 of 1) sorted by relevance
247 IDirect3D9Ex *pDirect3D9ExInterface; in D3D_LoadDLL() local248 HRESULT hr = Direct3DCreate9ExFunc(D3D_SDK_VERSION, &pDirect3D9ExInterface); in D3D_LoadDLL()251 …hr = IDirect3D9Ex_QueryInterface(pDirect3D9ExInterface, &IDirect3D9_GUID, (void**)pDirect3D9Interf… in D3D_LoadDLL()252 IDirect3D9Ex_Release(pDirect3D9ExInterface); in D3D_LoadDLL()