Blender
V3.3
source
blender
gpu
GPU_common_types.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
typedef
enum
eGPULoadOp
{
14
GPU_LOADACTION_CLEAR
= 0,
15
GPU_LOADACTION_LOAD
,
16
GPU_LOADACTION_DONT_CARE
17
}
eGPULoadOp
;
18
19
typedef
enum
eGPUStoreOp
{
GPU_STOREACTION_STORE
= 0,
GPU_STOREACTION_DONT_CARE
}
eGPUStoreOp
;
20
21
typedef
enum
eGPUFrontFace
{
22
GPU_CLOCKWISE
,
23
GPU_COUNTERCLOCKWISE
,
24
}
eGPUFrontFace
;
25
26
#ifdef __cplusplus
27
}
28
#endif
eGPULoadOp
eGPULoadOp
Definition:
GPU_common_types.h:13
GPU_LOADACTION_LOAD
@ GPU_LOADACTION_LOAD
Definition:
GPU_common_types.h:15
GPU_LOADACTION_DONT_CARE
@ GPU_LOADACTION_DONT_CARE
Definition:
GPU_common_types.h:16
GPU_LOADACTION_CLEAR
@ GPU_LOADACTION_CLEAR
Definition:
GPU_common_types.h:14
eGPUStoreOp
eGPUStoreOp
Definition:
GPU_common_types.h:19
GPU_STOREACTION_STORE
@ GPU_STOREACTION_STORE
Definition:
GPU_common_types.h:19
GPU_STOREACTION_DONT_CARE
@ GPU_STOREACTION_DONT_CARE
Definition:
GPU_common_types.h:19
eGPUFrontFace
eGPUFrontFace
Definition:
GPU_common_types.h:21
GPU_COUNTERCLOCKWISE
@ GPU_COUNTERCLOCKWISE
Definition:
GPU_common_types.h:23
GPU_CLOCKWISE
@ GPU_CLOCKWISE
Definition:
GPU_common_types.h:22
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1