glasm: Use ARB_derivative_control conditionally

This commit is contained in:
ReinUsesLisp 2021-06-02 03:02:33 -03:00 committed by ameerj
parent 4a2361a1e2
commit 79f2fe1a39
6 changed files with 37 additions and 7 deletions

View file

@ -82,6 +82,7 @@ struct Profile {
bool support_typeless_image_loads{};
bool support_demote_to_helper_invocation{};
bool support_int64_atomics{};
bool support_derivative_control{};
bool warp_size_potentially_larger_than_guest{};