Skip to content

nine: Correctly initialize GLSL types for NIR shaders

Timur Kristóf requested to merge Venemo/mesa:nine-glsl-types into master

Fixes the following assertion failure on nine:

../src/compiler/glsl_types.cpp:1007: static const glsl_type* glsl_type::get_array_instance(const glsl_type*, unsigned int, unsigned int): Assertion `glsl_type_users > 0' failed.

Merge request reports

Loading