Searched refs:Direct3DCreate9Func (Results 1 – 1 of 1) sorted by relevance
239 Direct3DCreate9_t Direct3DCreate9Func; in D3D_LoadDLL() local260 Direct3DCreate9Func = (Direct3DCreate9_t)SDL_LoadFunction(*pD3DDLL, "Direct3DCreate9"); in D3D_LoadDLL()261 if (Direct3DCreate9Func) { in D3D_LoadDLL()262 *pDirect3D9Interface = Direct3DCreate9Func(D3D_SDK_VERSION); in D3D_LoadDLL()