Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 |
#define _GRAPHENE_DEPRECATED |
Definition at line 93 of file graphene-macros.h.
#define _GRAPHENE_DEPRECATED_FOR | ( | f | ) | _GRAPHENE_DEPRECATED |
Definition at line 101 of file graphene-macros.h.
#define _GRAPHENE_PUBLIC extern |
Definition at line 33 of file graphene-macros.h.
#define _GRAPHENE_UNAVAILABLE | ( | maj, | |
min ) _GRAPHENE_DEPRECATED |
Definition at line 109 of file graphene-macros.h.
#define GRAPHENE_ALIGN16 |
Definition at line 49 of file graphene-macros.h.
#define GRAPHENE_ALIGNED_DECL | ( | x, | |
val ) x |
Definition at line 50 of file graphene-macros.h.
#define GRAPHENE_BEGIN_DECLS |
Definition at line 74 of file graphene-macros.h.
#define GRAPHENE_END_DECLS |
Definition at line 75 of file graphene-macros.h.
#define GRAPHENE_PI 3.1415926535897932384626434f |
Definition at line 112 of file graphene-macros.h.
#define GRAPHENE_PI_2 1.5707963267948966192313217f |
Definition at line 113 of file graphene-macros.h.
Referenced by graphene_simd4x4f_init_perspective().
Definition at line 39 of file graphene-macros.h.
#define GRAPHENE_VECTORCALL |
Definition at line 61 of file graphene-macros.h.