#include <stdint.h>
#include <math.h>
#include <retro_common_api.h>
#include <retro_inline.h>
Go to the source code of this file.
◆ vec2_add
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ vec2_copy
#define vec2_copy |
( |
|
dst, |
|
|
|
src |
|
) |
| |
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ vec2_cross
#define vec2_cross |
( |
|
a, |
|
|
|
b |
|
) |
| ((a[0]*b[1]) - (a[1]*b[0])) |
◆ vec2_dot
#define vec2_dot |
( |
|
a, |
|
|
|
b |
|
) |
| ((a[0] * b[0]) + (a[1] * b[1])) |
◆ vec2_subtract
#define vec2_subtract |
( |
|
dst, |
|
|
|
src |
|
) |
| |
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ overflow()
◆ tofloat16()
◆ vec2_packHalf2x16()
static INLINE unsigned int vec2_packHalf2x16 |
( |
float |
vec0, |
|
|
float |
vec1 |
|
) |
| |
|
static |
◆ vec2_t