Re: [Mesa-dev] [PATCH] glsl: Rename the fourth argument to get_interface_instance.

2013-10-08 Thread Kenneth Graunke
On 10/08/2013 02:17 PM, Paul Berry wrote: > Interface declarations have two names associated with them: the block > name and the instance name. It's the block name that needs to be > passed to get_interface_instance(). This patch renames the argument > so that there's no confusion. > --- > src/g

[Mesa-dev] [PATCH] glsl: Rename the fourth argument to get_interface_instance.

2013-10-08 Thread Paul Berry
Interface declarations have two names associated with them: the block name and the instance name. It's the block name that needs to be passed to get_interface_instance(). This patch renames the argument so that there's no confusion. --- src/glsl/glsl_types.cpp | 8 src/glsl/glsl_types.h