Questions tagged [google-angle]

Cross-platform, open-source, OpenGL, BSD-licensed API for graphics engine abstraction layer.

8 questions
3
votes
1 answer

Setting up a C++ project using ANGLE and GLFW on Windows

I'm trying to set up a basic OpenGL ES 2.0 application on Windows using ANGLE. I've installed GLFW via vcpkg, together with ANGLE (either by patching vcpkg with #7923 and #8785, or building locally) and can build the application. I've also got…
user9723177
2
votes
1 answer

Last version of Google ANGLE that supports 32-bit on Windows

I'm using Google's ANGLE so I can use OpenGL ES properly on Windows. I really want it to work on the 32-bit version of Windows so I can support as many PCs as possible. Try as I may, I cannot convince the current version of ANGLE to do it. I'm thus…
Warpspace
  • 3,215
  • 3
  • 21
  • 24
1
vote
0 answers

How do I use integrated graphics with ANGLE on MacOS?

How do I use integrated graphics with ANGLE on MacOS? I have a program that renders with https://chromium.googlesource.com/angle/angle (ANGLE) and can run on MacOS, and I was wondering how I could use the integrated graphics card instead of the…
1
vote
2 answers

How to create EGLSurface using C++/WinRT and ANGLE?

I'm using the Microsoft branch of the ANGLE project to have access to OpenGL in a Universal Windows application. Also I use the C++/WinRT binding to code as much in standard C++ as possible. I started from one of the examples in the ANGLE project…
jvdh
  • 309
  • 2
  • 11
1
vote
2 answers

glReadPixels on DEPTH_COMPONENT throws GL_INVALID_OPERATION

I'm having a problem reading the depth buffer of a offscreen framebuffer rendering pass. When using OpenGL 4.5 it works as intended, but on OpenGL ES 2.0 (Angle) I get an error on my glReadPixels(0, 0, width, height, GL_DEPTH_COMPONENT, GL_FLOAT,…
xeed
  • 925
  • 8
  • 22
0
votes
1 answer

Draw nothing for an OpenGL ES 3 + SDL2 + ANGLE + MSVC

I've got a problem following a tutorial aiming to teach how to use OpenGL ES 3.x on desktop environment primarily on Windows. As stated in the title of my question I'm coding using MSVC, SDL2 and I link my program against ANGLE's libraries to…
Troctsch
  • 21
  • 5
0
votes
1 answer

How do I select version when building angleproject on MacOS ( latest M2 machine)

starting on this and following the instructions here: https://chromium.googlesource.com/angle/angle/+/main/doc/DevSetup.md I got the "depot_tools" and do what they said to fetch the source from git. mkdir angle cd angle fetch angle This…
peterk
  • 5,136
  • 6
  • 33
  • 47
0
votes
2 answers

According to CodeXL, I'm not succeeding in disabling the ANGLE layer in Qt

I've taken all care to disable the ANGLE layer in my Qt app, but apparently it's not happening. When I run the app in the CodeXL debugger, the event log contains lines like: DLL Loaded: C:\Windows\SysWOW64\d3d11.dll So it's loading Direct3D, which…
Stefan Monov
  • 11,332
  • 10
  • 63
  • 120