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:
Clément Foucault
2025-09-15 15:11:02 +02:00
committed by Clément Foucault
parent 5b02341a11
commit 680fec144c
111 changed files with 528 additions and 530 deletions

View File

@@ -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) {