Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
graphene-macros.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Macros

#define _GRAPHENE_PUBLIC   extern
 
#define GRAPHENE_PRIVATE_FIELD(type, name)   type __graphene_private_##name
 
#define GRAPHENE_ALIGN16
 
#define GRAPHENE_ALIGNED_DECL(x, val)   x
 
#define GRAPHENE_VECTORCALL
 
#define GRAPHENE_BEGIN_DECLS
 
#define GRAPHENE_END_DECLS
 
#define _GRAPHENE_DEPRECATED
 
#define _GRAPHENE_DEPRECATED_FOR(f)   _GRAPHENE_DEPRECATED
 
#define _GRAPHENE_UNAVAILABLE(maj, min)   _GRAPHENE_DEPRECATED
 
#define GRAPHENE_PI   3.1415926535897932384626434f
 
#define GRAPHENE_PI_2   1.5707963267948966192313217f
 

Macro Definition Documentation

◆ _GRAPHENE_DEPRECATED

#define _GRAPHENE_DEPRECATED

Definition at line 93 of file graphene-macros.h.

◆ _GRAPHENE_DEPRECATED_FOR

#define _GRAPHENE_DEPRECATED_FOR ( f)    _GRAPHENE_DEPRECATED

Definition at line 101 of file graphene-macros.h.

◆ _GRAPHENE_PUBLIC

#define _GRAPHENE_PUBLIC   extern

Definition at line 33 of file graphene-macros.h.

◆ _GRAPHENE_UNAVAILABLE

#define _GRAPHENE_UNAVAILABLE ( maj,
min )   _GRAPHENE_DEPRECATED

Definition at line 109 of file graphene-macros.h.

◆ GRAPHENE_ALIGN16

#define GRAPHENE_ALIGN16

Definition at line 49 of file graphene-macros.h.

◆ GRAPHENE_ALIGNED_DECL

#define GRAPHENE_ALIGNED_DECL ( x,
val )   x

Definition at line 50 of file graphene-macros.h.

◆ GRAPHENE_BEGIN_DECLS

#define GRAPHENE_BEGIN_DECLS

Definition at line 74 of file graphene-macros.h.

◆ GRAPHENE_END_DECLS

#define GRAPHENE_END_DECLS

Definition at line 75 of file graphene-macros.h.

◆ GRAPHENE_PI

#define GRAPHENE_PI   3.1415926535897932384626434f

Definition at line 112 of file graphene-macros.h.

◆ GRAPHENE_PI_2

#define GRAPHENE_PI_2   1.5707963267948966192313217f

Definition at line 113 of file graphene-macros.h.

Referenced by graphene_simd4x4f_init_perspective().

◆ GRAPHENE_PRIVATE_FIELD

#define GRAPHENE_PRIVATE_FIELD ( type,
name )   type __graphene_private_##name

Definition at line 39 of file graphene-macros.h.

◆ GRAPHENE_VECTORCALL

#define GRAPHENE_VECTORCALL

Definition at line 61 of file graphene-macros.h.