Blender V4.3
GPU_common.hh 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 33 of file GPU_common.hh.

◆ PROGRAM_NO_OPTI

#define PROGRAM_NO_OPTI   0

Definition at line 11 of file GPU_common.hh.

◆ TRUST_NO_ONE

#define TRUST_NO_ONE   1

Definition at line 18 of file GPU_common.hh.