Searched refs:Direct3DCreate9Ex_t (Results 1 – 1 of 1) sorted by relevance
242 typedef HRESULT (WINAPI *Direct3DCreate9Ex_t)(UINT SDKVersion, IDirect3D9Ex **ppD3D); in D3D_LoadDLL() typedef243 Direct3DCreate9Ex_t Direct3DCreate9ExFunc; in D3D_LoadDLL()245 … Direct3DCreate9ExFunc = (Direct3DCreate9Ex_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9Ex"); in D3D_LoadDLL()