1
1

Cleanup: inconsistent parameter name

This commit is contained in:
2021-05-13 13:06:42 +02:00
parent d4bca00a47
commit 777ba780a6

View File

@@ -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);