googlestadia / PorQue4K

Los arcoiris son mejores en 4K. #BlackLivesMatter
Apache License 2.0
20 stars 7 forks source link

Enable float16/int8 support to device #36

Closed robbiesri closed 4 years ago

robbiesri commented 4 years ago

Try to enable float16/int8 support for shaders. Check if the relevant extensions are available, and if they are, flip on the appropriate device feature bits.

Formatting is a bit inconsistent in the vkex code because it doesn't have a .clang-format file. Because it's supposed to be a submodule 😛

robbiesri commented 4 years ago

Thanks for the help everyone :)