WOA-Project / windows_andromeda_platforms

Windows Drivers for Andromeda Platforms
Other
2 stars 0 forks source link

GPU driver only supports OpenGL 1.1 #12

Closed anseyuyin closed 1 year ago

anseyuyin commented 1 year ago

If can support OpenGL 2.1 or above, it will be very helpful.

Marcinoo97 commented 1 year ago

for Qualcomm devices that only support DX12 (OpenGL 1.1 is software rendered and included in OS not driver) the best options is using this combability layer from Microsoft Store https://apps.microsoft.com/store/detail/opencl%E2%84%A2-and-opengl%C2%AE-compatibility-pack/9NQPSL29BFFF

gus33000 commented 1 year ago

Correct, no qualcomm gpu driver for windows support anything but DIrectX natively, for anything else you want a translation layer. This is out of scope for this project unfortunately. Sorry.