Searched defs:gl_uniform_storage (Results 1 – 1 of 1) sorted by relevance
81 struct gl_uniform_storage { struct82 char *name;83 const struct glsl_type *type;91 unsigned array_elements;96 bool initialized;106 uint8_t sampler;111 unsigned num_driver_storage;112 struct gl_uniform_driver_storage *driver_storage;121 union gl_constant_value *storage;133 int block_index;[all …]