Skip to content
Snippets Groups Projects
Commit b3c093c7 authored by Emma Anholt's avatar Emma Anholt
Browse files

glsl: Translate the AST for uniform blocks into some IR structures.


We're going to need this structure to cross-validate the uniform
blocks between shader stages, since unused ir_variables might get
dropped.  It's also the place we store the RowMajor qualifier, which
is not part of the GLSL type (since that would cause a bunch of type
equality checks to fail).

Reviewed-by: default avatarIan Romanick <ian.d.romanick@intel.com>
parent f7561e8e
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment