mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
nir: Remove always-true assert
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3686>
This commit is contained in:
parent
e3dfa8f4d6
commit
6dd57f0e38
1 changed files with 0 additions and 1 deletions
|
|
@ -231,7 +231,6 @@ write_variable(write_ctx *ctx, const nir_variable *var)
|
|||
write_add_object(ctx, var);
|
||||
|
||||
assert(var->num_state_slots < (1 << 7));
|
||||
assert(var->num_members < (1 << 16));
|
||||
|
||||
STATIC_ASSERT(sizeof(union packed_var) == 4);
|
||||
union packed_var flags;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue