Forum Discussion
SpaceEngineer
8 years agoExplorer
ovr_CreateTextureSwapChainGL() failed
So every tine I attempt to create the swap chains, I got the error code ovrError_InvalidParameter == -1005 with the following message returned by ovr_GetLastErrorInfo(): BindFlags not supported for O...
SpaceEngineer
8 years agoExplorer
kcoul, if you are coding a project of C++, add this to your stdafx.h:
This will tell driver that your OpenGL app needs a normal GPU, not the Intel HD.
extern "C" {
__declspec(dllexport) DWORD NvOptimusEnablement = 1; // disable NVidia Optimus
__declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 1; // disable ATI Hybrid Graphics
}
This will tell driver that your OpenGL app needs a normal GPU, not the Intel HD.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 4 years ago
- 11 months ago