Searched refs:Direct3DCreate9_t (Results 1 – 1 of 1) sorted by relevance
238 typedef IDirect3D9 *(WINAPI *Direct3DCreate9_t) (UINT SDKVersion); in D3D_LoadDLL() typedef239 Direct3DCreate9_t Direct3DCreate9Func; in D3D_LoadDLL()260 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL()