aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
276 stars 60 forks source link

SK_SUPPORT_GPU=0 #22

Closed melroy89 closed 3 years ago

melroy89 commented 3 years ago

Hi,

I think do you want Skia to have GPU support, right?? See line:

https://github.com/aseprite/laf/blob/master/cmake/FindSkia.cmake#L91

Why not change to SK_SUPPORT_GPU=1?

Regards, Melroy van den Berg

dacap commented 3 years ago

Hi @danger89, the flag is not enabled yet because the support for GPU is not completed yet (the only port working is macOS, and it's not 100% ready for production usage). We'll enable the flag when the ports are ready.