Searched refs:d3d9_create (Results 1 – 1 of 1) sorted by relevance
3050 IDirect3D9 * (__stdcall * d3d9_create)(UINT SDKVersion); in init_d3d9() local3052 d3d9_create = (void *)GetProcAddress(d3d9_handle, "Direct3DCreate9"); in init_d3d9()3053 if (!d3d9_create) return NULL; in init_d3d9()3055 return d3d9_create(D3D_SDK_VERSION); in init_d3d9()