#include <stdint.h>
#include <math.h>
#include <retro_common_api.h>
Go to the source code of this file.
◆ vec4_add
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ vec4_copy
#define vec4_copy |
( |
|
dst, |
|
|
|
src |
|
) |
| |
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ vec4_scale
Value:GLenum GLenum GLenum GLenum GLenum scale
Definition: glext.h:9939
GLenum GLenum dst
Definition: glext.h:6980
◆ vec4_subtract
#define vec4_subtract |
( |
|
dst, |
|
|
|
src |
|
) |
| |
Value:GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
◆ vec4_t