|
Blender V4.3
|
Go to the source code of this file.
Typedefs | |
| typedef enum eGPUBackendType | eGPUBackendType |
Enumerations | |
| enum | eGPUBackendType { GPU_BACKEND_NONE = 0 , GPU_BACKEND_OPENGL = 1 << 0 , GPU_BACKEND_METAL = 1 << 1 , GPU_BACKEND_VULKAN = 1 << 3 , GPU_BACKEND_ANY = 0xFFFFFFFFu } |
| typedef enum eGPUBackendType eGPUBackendType |
| enum eGPUBackendType |
| Enumerator | |
|---|---|
| GPU_BACKEND_NONE | |
| GPU_BACKEND_OPENGL | |
| GPU_BACKEND_METAL | |
| GPU_BACKEND_VULKAN | |
| GPU_BACKEND_ANY | |
Definition at line 11 of file GPU_platform_backend_enum.h.