From 960ab2ab580b58bd12cedd0052773f7bbed4b62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 19 Sep 2018 19:34:00 +0200 Subject: Cleanup: Remove "_new" from GPU_generate_pass_new Not needed anymore since old one has been deleted. --- source/blender/gpu/intern/gpu_material.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_material.c') diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c index 0d37dff3f9e..a7eb533d9ef 100644 --- a/source/blender/gpu/intern/gpu_material.c +++ b/source/blender/gpu/intern/gpu_material.c @@ -683,7 +683,7 @@ GPUMaterial *GPU_material_from_nodetree( GPU_nodes_prune(&mat->nodes, mat->outlink); GPU_nodes_get_vertex_attributes(&mat->nodes, &mat->attribs); /* Create source code and search pass cache for an already compiled version. */ - mat->pass = GPU_generate_pass_new( + mat->pass = GPU_generate_pass( mat, mat->outlink, &mat->attribs, -- cgit v1.2.3