LWJGL / lwjgl3-demos

Demo suite for LWJGL 3
BSD 3-Clause "New" or "Revised" License
351 stars 89 forks source link

Vulkan ClearScreenDemo requires discrete gpu #29

Closed 8Keep closed 4 years ago

8Keep commented 4 years ago

I can run all Vulkan demos except the NvRayTracing (expected, right?) and ClearScreenDemo. I am on a mobile Intel GPU. I can modify the demo lines 232-233 and get rid of the part requiring VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, and the demo then works fine. The two NvRayTracing demos also have lines requiring VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU, and none of the other demos have that.

httpdigest commented 4 years ago

Thanks! Fixed.