Cleanup: GPU: Remove prefix 'e' from enum types
_No response_ Pull Request: https://projects.blender.org/blender/blender/pulls/146034
This commit is contained in:
committed by
Clément Foucault
parent
5b02341a11
commit
680fec144c
@@ -1587,7 +1587,7 @@ static int arg_handle_gpu_backend_set(int argc, const char **argv, void * /*data
|
||||
const char *backends_supported[3] = {nullptr};
|
||||
int backends_supported_num = 0;
|
||||
|
||||
eGPUBackendType gpu_backend = GPU_BACKEND_NONE;
|
||||
GPUBackendType gpu_backend = GPU_BACKEND_NONE;
|
||||
|
||||
/* NOLINTBEGIN: bugprone-assignment-in-if-condition */
|
||||
if (false) {
|
||||
|
||||
Reference in New Issue
Block a user