Cleanup: Python GPU: Use consistent prefixes for local API
It was not following the own documentation at the top code that mentions that for local API the prefix is "bpygpu_".
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
PyObject *BPyInit_gpu_select(void);
|
||||
PyObject *bpygpu_select_init(void);
|
||||
|
Reference in New Issue
Block a user