[Mesa-dev] [PATCH] glsl: Rename the fourth argument to get_interface_instance.
Kenneth Graunke
kenneth at whitecape.org
Tue Oct 8 14:22:55 PDT 2013
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/glsl/glsl_types.cpp | 8 ++++----
> src/glsl/glsl_types.h | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
Thanks Paul!
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list