[Bf-blender-cvs] [777ba780a68] master: Cleanup: inconsistent parameter name

Jacques Lucke noreply at git.blender.org
Thu May 13 13:06:59 CEST 2021


Commit: 777ba780a681ea17eb6029174ec24450cd30280c
Author: Jacques Lucke
Date:   Thu May 13 13:06:42 2021 +0200
Branches: master
https://developer.blender.org/rB777ba780a681ea17eb6029174ec24450cd30280c

Cleanup: inconsistent parameter name

===================================================================

M	source/blender/python/gpu/gpu_py_texture.h

===================================================================

diff --git a/source/blender/python/gpu/gpu_py_texture.h b/source/blender/python/gpu/gpu_py_texture.h
index 457ddcfc931..3eaaa3411bd 100644
--- a/source/blender/python/gpu/gpu_py_texture.h
+++ b/source/blender/python/gpu/gpu_py_texture.h
@@ -33,5 +33,5 @@ typedef struct BPyGPUTexture {
 int bpygpu_ParseTexture(PyObject *o, void *p);
 PyObject *bpygpu_texture_init(void);
 
-PyObject *BPyGPUTexture_CreatePyObject(struct GPUTexture *tex, bool weak_reference)
+PyObject *BPyGPUTexture_CreatePyObject(struct GPUTexture *tex, bool shared_reference)
     ATTR_NONNULL(1);



More information about the Bf-blender-cvs mailing list