gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
382 stars 25 forks source link

LunarG Samples didn't work with gl backend #251

Open caiiiycuk opened 2 years ago

caiiiycuk commented 2 years ago

Hi, very cool project! I followed build instructions and build LunarG Smaples with gfx-portability loader. If i use gfx-backend-vulkan then samples work fine, but for gfx-backend-gl most samples didn't work with this error:

depth_format 124 Unsupported.

Do you think it can be fixed someway?

kvark commented 2 years ago

gfx-portability's GL backend is there in theory but we didn't reach a stage where it could run anything meaningful. At this point, we aren't going to be fixing gfx-backend-gl. Instead, #250 is the way to go.