st: add st_glsl_type_dword_size() helper
[mesa.git] / src / mesa / state_tracker / st_glsl_types.h
index 915816d1fa0c3ee5a662781f5d6811d920d5c5f9..16b31b684f38701752ed5cd0c952bbcb0ee1225c 100644 (file)
@@ -36,6 +36,7 @@ extern "C" {
 int st_glsl_storage_type_size(const struct glsl_type *type,
                               bool is_bindless);
 
+int st_glsl_type_dword_size(const struct glsl_type *type);
 
 #ifdef __cplusplus
 }