Blender  V3.3
Typedefs | Enumerations
GPU_common_types.h File Reference

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 Documentation

◆ eGPUFrontFace

◆ eGPULoadOp

typedef enum eGPULoadOp eGPULoadOp

◆ eGPUStoreOp

typedef enum eGPUStoreOp eGPUStoreOp

Enumeration Type Documentation

◆ eGPUFrontFace

Enumerator
GPU_CLOCKWISE 
GPU_COUNTERCLOCKWISE 

Definition at line 21 of file GPU_common_types.h.

◆ eGPULoadOp

enum eGPULoadOp
Enumerator
GPU_LOADACTION_CLEAR 
GPU_LOADACTION_LOAD 
GPU_LOADACTION_DONT_CARE 

Definition at line 13 of file GPU_common_types.h.

◆ eGPUStoreOp

Enumerator
GPU_STOREACTION_STORE 
GPU_STOREACTION_DONT_CARE 

Definition at line 19 of file GPU_common_types.h.