Refactor: Cycles: Add const keyword to more function parameters
Pull Request: https://projects.blender.org/blender/blender/pulls/132361
This commit is contained in:
@@ -97,7 +97,7 @@ Device *device_oneapi_create(const DeviceInfo &info,
|
||||
#ifdef WITH_ONEAPI
|
||||
static void device_iterator_cb(const char *id,
|
||||
const char *name,
|
||||
int num,
|
||||
const int num,
|
||||
bool hwrt_support,
|
||||
bool oidn_support,
|
||||
void *user_ptr)
|
||||
|
||||
Reference in New Issue
Block a user