mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-07 13:59:03 +00:00
Fixing BASISU_OPENCL_ASSERT_ON_ANY_ERRORS so it's 0 by default
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
#include <CL/cl.h>
|
||||
#endif
|
||||
|
||||
#define BASISU_OPENCL_ASSERT_ON_ANY_ERRORS (1)
|
||||
#ifndef BASISU_OPENCL_ASSERT_ON_ANY_ERRORS
|
||||
#define BASISU_OPENCL_ASSERT_ON_ANY_ERRORS (0)
|
||||
#endif
|
||||
|
||||
namespace basisu
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user