|
Blender V5.0
|
Go to the source code of this file.
Enumerations | |
| enum | GPUBackendType { GPU_BACKEND_NONE = 0 , GPU_BACKEND_OPENGL = 1 << 0 , GPU_BACKEND_METAL = 1 << 1 , GPU_BACKEND_VULKAN = 1 << 3 , GPU_BACKEND_ANY = 0xFFFFFFFFu } |
| enum GPUBackendType |
NOTE: Keep in sync with eUserPref_GPUBackendType.
| Enumerator | |
|---|---|
| GPU_BACKEND_NONE | |
| GPU_BACKEND_OPENGL | |
| GPU_BACKEND_METAL | |
| GPU_BACKEND_VULKAN | |
| GPU_BACKEND_ANY | |
Definition at line 12 of file GPU_platform_backend_enum.h.