glsl: Query GL Device for FP16 extension support

This commit is contained in:
ameerj 2021-05-25 19:55:40 -04:00
parent 3482df1176
commit bd24fa9713
5 changed files with 23 additions and 2 deletions

View file

@ -83,6 +83,8 @@ struct Profile {
bool support_demote_to_helper_invocation{};
bool support_int64_atomics{};
bool support_derivative_control{};
bool support_gl_nv_gpu_shader_5{};
bool support_gl_amd_gpu_shader_half_float{};
bool warp_size_potentially_larger_than_guest{};