powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
702 stars 197 forks source link

[FEATURE REQUEST] WSL2 support on windows #83

Closed luffydream closed 5 months ago

luffydream commented 5 months ago

Description

Recently I want to use PowerVR. I want to know whether PowerVR support WSL On win11 Thank you so much

AlejandroCosin commented 5 months ago

Hi luffydream,

Thanks for your message.

Unfortunately, WSL only supports GPU hardware acceleration for some very specific cases like running CUDA. for general purpose 3D graphics, you will need to rely on emulators like SwiftShader or Angle.

Best regards, Alejandro

luffydream commented 5 months ago

Thank you. I have compiling under WSL now. Most of cases could work normally. But some gl ext do not support . But I think this is enough for me now. I will try SwiftShader and Angle.