Blender  V3.3
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 {
18 
20 
21 typedef enum eGPUFrontFace {
25 
26 #ifdef __cplusplus
27 }
28 #endif
eGPULoadOp
@ GPU_LOADACTION_LOAD
@ GPU_LOADACTION_DONT_CARE
@ GPU_LOADACTION_CLEAR
eGPUStoreOp
@ GPU_STOREACTION_STORE
@ GPU_STOREACTION_DONT_CARE
eGPUFrontFace
@ GPU_COUNTERCLOCKWISE
@ GPU_CLOCKWISE