1
1

PyDoc: Fix compliation warning

This commit is contained in:
2021-08-30 18:26:07 -04:00
parent d374ff5b8f
commit 1541fbb4a0

View File

@@ -126,7 +126,7 @@ static PyObject *pygpu_state_blend_get(PyObject *UNUSED(self))
PyDoc_STRVAR(pygpu_state_clip_distances_set_doc,
".. function:: clip_distances_set(distances_enabled)\n"
"\n"
" Sets number of `gl_ClipDistance`s that will be used for clip geometry.\n"
" Sets the number of `gl_ClipDistance` planes used for clip geometry.\n"
"\n"
" :param distances_enabled: Number of clip distances enabled.\n"
" :type distances_enabled: int\n");