glsl: Add a "ubo_load" expression type for fetches from UBOs.
[mesa.git] / src / glsl / ir.cpp
index b0e38d820e6b9dd6bb721a3a831ec7551fb0142e..f59cdd29ab8a98722cbf8054e39a03765207bd10 100644 (file)
@@ -480,6 +480,7 @@ static const char *const operator_strs[] = {
    "min",
    "max",
    "pow",
+   "ubo_load",
    "vector",
 };