Cleanup: remove redundant struct qualifiers
This commit is contained in:
@@ -234,7 +234,7 @@ static PyObject *pygpu_shader_image_load_store_support_get(PyObject *UNUSED(self
|
||||
/** \name Module
|
||||
* \{ */
|
||||
|
||||
static struct PyMethodDef pygpu_capabilities__tp_methods[] = {
|
||||
static PyMethodDef pygpu_capabilities__tp_methods[] = {
|
||||
{"max_texture_size_get",
|
||||
(PyCFunction)pygpu_max_texture_size_get,
|
||||
METH_NOARGS,
|
||||
|
||||
Reference in New Issue
Block a user