glsl: Query GL Device for FP16 extension support
This commit is contained in:
parent
3482df1176
commit
bd24fa9713
5 changed files with 23 additions and 2 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue