Blender
V4.3
source
blender
gpu
GPU_platform_backend_enum.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
typedef
enum
eGPUBackendType
{
12
GPU_BACKEND_NONE
= 0,
13
GPU_BACKEND_OPENGL
= 1 << 0,
14
GPU_BACKEND_METAL
= 1 << 1,
15
GPU_BACKEND_VULKAN
= 1 << 3,
16
GPU_BACKEND_ANY
= 0xFFFFFFFFu
17
}
eGPUBackendType
;
eGPUBackendType
eGPUBackendType
Definition
GPU_platform_backend_enum.h:11
GPU_BACKEND_NONE
@ GPU_BACKEND_NONE
Definition
GPU_platform_backend_enum.h:12
GPU_BACKEND_ANY
@ GPU_BACKEND_ANY
Definition
GPU_platform_backend_enum.h:16
GPU_BACKEND_METAL
@ GPU_BACKEND_METAL
Definition
GPU_platform_backend_enum.h:14
GPU_BACKEND_OPENGL
@ GPU_BACKEND_OPENGL
Definition
GPU_platform_backend_enum.h:13
GPU_BACKEND_VULKAN
@ GPU_BACKEND_VULKAN
Definition
GPU_platform_backend_enum.h:15
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0