Cleanup: py-gpu error checks

Move gpu initialization checks to the start of each function instead
of mixing with argument parsing.
This commit is contained in:
2019-01-03 01:08:26 +11:00
parent d07bc44a96
commit 72e2a0cfb6
6 changed files with 20 additions and 13 deletions

View File

@@ -49,7 +49,7 @@
/** \name Utils to invalidate functions
* \{ */
bool bpygpu_is_initialized(void)
bool bpygpu_is_initialized_or_error(void)
{
if (!GPU_is_initialized()) {
PyErr_SetString(