early-access version 2351

This commit is contained in:
pineappleEA
2021-12-28 07:32:09 +01:00
parent 21755564af
commit 0cb2bee115
7 changed files with 43 additions and 18 deletions

View File

@@ -65,6 +65,8 @@ struct Profile {
bool has_gl_component_indexing_bug{};
/// The precise type qualifier is broken in the fragment stage of some drivers
bool has_gl_precise_bug{};
/// Some drivers do not properly support floatBitsToUint when used on cbufs
bool has_gl_cbuf_ftou_bug{};
/// Ignores SPIR-V ordered vs unordered using GLSL semantics
bool ignore_nan_fp_comparisons{};