Blender
V3.3
|
Go to the source code of this file.
Typedefs | |
typedef enum eGPULoadOp | eGPULoadOp |
typedef enum eGPUStoreOp | eGPUStoreOp |
typedef enum eGPUFrontFace | eGPUFrontFace |
Enumerations | |
enum | eGPULoadOp { GPU_LOADACTION_CLEAR = 0 , GPU_LOADACTION_LOAD , GPU_LOADACTION_DONT_CARE } |
enum | eGPUStoreOp { GPU_STOREACTION_STORE = 0 , GPU_STOREACTION_DONT_CARE } |
enum | eGPUFrontFace { GPU_CLOCKWISE , GPU_COUNTERCLOCKWISE } |
typedef enum eGPUFrontFace eGPUFrontFace |
typedef enum eGPULoadOp eGPULoadOp |
typedef enum eGPUStoreOp eGPUStoreOp |
enum eGPUFrontFace |
Enumerator | |
---|---|
GPU_CLOCKWISE | |
GPU_COUNTERCLOCKWISE |
Definition at line 21 of file GPU_common_types.h.
enum eGPULoadOp |
Enumerator | |
---|---|
GPU_LOADACTION_CLEAR | |
GPU_LOADACTION_LOAD | |
GPU_LOADACTION_DONT_CARE |
Definition at line 13 of file GPU_common_types.h.
enum eGPUStoreOp |
Enumerator | |
---|---|
GPU_STOREACTION_STORE | |
GPU_STOREACTION_DONT_CARE |
Definition at line 19 of file GPU_common_types.h.