Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:Qt:MinGW:latest:win32
mingw32-angleproject
angleproject-auto-load-d3dcompiler-library.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File angleproject-auto-load-d3dcompiler-library.patch of Package mingw32-angleproject
--- angleproject/src/libEGL/Display.cpp.orig 2014-01-25 15:30:03.270544160 +0100 +++ angleproject/src/libEGL/Display.cpp 2014-01-25 15:32:30.168018505 +0100 @@ -142,14 +142,18 @@ break; } } - #else - // Load the version of the D3DCompiler DLL associated with the Direct3D version ANGLE was built with. - mD3dCompilerModule = LoadLibrary(D3DCOMPILER_DLL); #endif // ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES - + // Load the version of the D3DCompiler DLL associated with the Direct3D version ANGLE was built with. + if (!mD3dCompilerModule) + { + // Load the version of the D3DCompiler DLL associated with the Direct3D version ANGLE was built with. + mD3dCompilerModule = LoadLibrary(D3DCOMPILER_DLL); + } + if (!mD3dCompilerModule) { terminate(); + ERR("No D3D compiler module found - aborting!\n"); return false; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor