Cleanup: inconsistent parameter name
This commit is contained in:
@@ -33,5 +33,5 @@ typedef struct BPyGPUTexture {
|
|||||||
int bpygpu_ParseTexture(PyObject *o, void *p);
|
int bpygpu_ParseTexture(PyObject *o, void *p);
|
||||||
PyObject *bpygpu_texture_init(void);
|
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);
|
ATTR_NONNULL(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user