Blender  V3.3
Macros
GPU_common.h File Reference
#include "BLI_sys_types.h"
#include <stdbool.h>
#include <stdint.h>
#include <assert.h>

Go to the source code of this file.

Macros

#define PROGRAM_NO_OPTI   0
 
#define TRUST_NO_ONE   1
 
#define GPU_INLINE   static inline __attribute__((always_inline)) __attribute__((__unused__))
 

Macro Definition Documentation

◆ GPU_INLINE

#define GPU_INLINE   static inline __attribute__((always_inline)) __attribute__((__unused__))

Definition at line 32 of file GPU_common.h.

◆ PROGRAM_NO_OPTI

#define PROGRAM_NO_OPTI   0

Definition at line 10 of file GPU_common.h.

◆ TRUST_NO_ONE

#define TRUST_NO_ONE   1

Definition at line 17 of file GPU_common.h.