mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-15 14:26:03 +00:00
Add VS2017.ANGLE Project
This commit is contained in:
@@ -2470,7 +2470,11 @@ static bool InitGraphicsDevice(int width, int height)
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 2);
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0);
|
||||
glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_ES_API);
|
||||
glfwWindowHint(GLFW_CONTEXT_CREATION_API, GLFW_NATIVE_CONTEXT_API); // Alternative: GLFW_EGL_CONTEXT_API (ANGLE)
|
||||
#if defined(PLATFORM_DESKTOP)
|
||||
glfwWindowHint(GLFW_CONTEXT_CREATION_API, GLFW_EGL_CONTEXT_API);
|
||||
#else
|
||||
glfwWindowHint(GLFW_CONTEXT_CREATION_API, GLFW_NATIVE_CONTEXT_API);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (fullscreen)
|
||||
|
BIN
src/external/ANGLE/lib/x64/d3dcompiler_47.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x64/d3dcompiler_47.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x64/libEGL.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x64/libEGL.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x64/libEGL.lib
vendored
Normal file
BIN
src/external/ANGLE/lib/x64/libEGL.lib
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x64/libGLESv2.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x64/libGLESv2.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x64/libGLESv2.lib
vendored
Normal file
BIN
src/external/ANGLE/lib/x64/libGLESv2.lib
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x86/d3dcompiler_47.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x86/d3dcompiler_47.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x86/libEGL.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x86/libEGL.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x86/libEGL.lib
vendored
Normal file
BIN
src/external/ANGLE/lib/x86/libEGL.lib
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x86/libGLESv2.dll
vendored
Normal file
BIN
src/external/ANGLE/lib/x86/libGLESv2.dll
vendored
Normal file
Binary file not shown.
BIN
src/external/ANGLE/lib/x86/libGLESv2.lib
vendored
Normal file
BIN
src/external/ANGLE/lib/x86/libGLESv2.lib
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user