mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Merge branch 'master' of cane:bkaradzic/bgfx into dev
This commit is contained in:
@@ -60,14 +60,14 @@ namespace bgfx
|
||||
VR_GetVRInitErrorAsEnglishDescription = (PFN_VR_GETVRINITERRORASENGLISHDESCRIPTION)bx::dlsym(openvrdll, "VR_GetVRInitErrorAsEnglishDescription");
|
||||
|
||||
if (NULL == VR_InitInternal
|
||||
&& NULL == VR_ShutdownInternal
|
||||
&& NULL == VR_IsHmdPresent
|
||||
&& NULL == VR_GetGenericInterface
|
||||
&& NULL == VR_IsRuntimeInstalled
|
||||
&& NULL == VR_IsInterfaceVersionValid
|
||||
&& NULL == VR_GetInitToken
|
||||
&& NULL == VR_GetVRInitErrorAsSymbol
|
||||
&& NULL == VR_GetVRInitErrorAsEnglishDescription)
|
||||
|| NULL == VR_ShutdownInternal
|
||||
|| NULL == VR_IsHmdPresent
|
||||
|| NULL == VR_GetGenericInterface
|
||||
|| NULL == VR_IsRuntimeInstalled
|
||||
|| NULL == VR_IsInterfaceVersionValid
|
||||
|| NULL == VR_GetInitToken
|
||||
|| NULL == VR_GetVRInitErrorAsSymbol
|
||||
|| NULL == VR_GetVRInitErrorAsEnglishDescription)
|
||||
{
|
||||
bx::dlclose(openvrdll);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user