compiler/types: Move static asserts about glsl_type to a central place
authorCaio Oliveira <caio.oliveira@intel.com>
Fri, 1 Sep 2023 07:36:29 +0000 (00:36 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 13 Sep 2023 05:16:58 +0000 (05:16 +0000)
commit492644dbef40393f8cc6686ec26216cfd7e9abc3
tree90a8d95b51ab47354df0d79eb5b87d9ae665e9bf
parent7815f3cd3e09a8fff652f5db228c2c83b3028beb
compiler/types: Move static asserts about glsl_type to a central place

Take it out of the way to reduce noise when reworking (and eventually
removing) the constructor code.

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25006>
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h