#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | KHRONOS_APIATTRIBUTES |
#define | KHRONOS_APICALL |
#define | KHRONOS_APIENTRY |
#define | KHRONOS_MAX_ENUM 0x7FFFFFFF |
#define | KHRONOS_SUPPORT_FLOAT 1 |
#define | KHRONOS_SUPPORT_INT64 1 |
Typedefs | |
typedef float | khronos_float_t |
typedef signed short int | khronos_int16_t |
typedef int32_t | khronos_int32_t |
typedef int64_t | khronos_int64_t |
typedef signed char | khronos_int8_t |
typedef signed long int | khronos_intptr_t |
typedef signed long int | khronos_ssize_t |
typedef khronos_int64_t | khronos_stime_nanoseconds_t |
typedef unsigned short int | khronos_uint16_t |
typedef uint32_t | khronos_uint32_t |
typedef uint64_t | khronos_uint64_t |
typedef unsigned char | khronos_uint8_t |
typedef unsigned long int | khronos_uintptr_t |
typedef unsigned long int | khronos_usize_t |
typedef khronos_uint64_t | khronos_utime_nanoseconds_t |
Enumerations | |
enum | khronos_boolean_enum_t { KHRONOS_FALSE = 0, KHRONOS_TRUE = 1, KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM, KHRONOS_FALSE = 0, KHRONOS_TRUE = 1, KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM } |
#define KHRONOS_APIATTRIBUTES |
Definition at line 129 of file glad/KHR/khrplatform.h.
#define KHRONOS_APICALL |
Definition at line 105 of file glad/KHR/khrplatform.h.
#define KHRONOS_APIENTRY |
Definition at line 118 of file glad/KHR/khrplatform.h.
#define KHRONOS_MAX_ENUM 0x7FFFFFFF |
Definition at line 267 of file glad/KHR/khrplatform.h.
#define KHRONOS_SUPPORT_FLOAT 1 |
Definition at line 212 of file glad/KHR/khrplatform.h.
#define KHRONOS_SUPPORT_INT64 1 |
Definition at line 211 of file glad/KHR/khrplatform.h.
typedef float khronos_float_t |
Definition at line 246 of file glad/KHR/khrplatform.h.
typedef signed short int khronos_int16_t |
Definition at line 222 of file glad/KHR/khrplatform.h.
typedef int32_t khronos_int32_t |
Definition at line 207 of file glad/KHR/khrplatform.h.
typedef int64_t khronos_int64_t |
Definition at line 209 of file glad/KHR/khrplatform.h.
typedef signed char khronos_int8_t |
Definition at line 220 of file glad/KHR/khrplatform.h.
typedef signed long int khronos_intptr_t |
Definition at line 236 of file glad/KHR/khrplatform.h.
typedef signed long int khronos_ssize_t |
Definition at line 238 of file glad/KHR/khrplatform.h.
Definition at line 260 of file glad/KHR/khrplatform.h.
typedef unsigned short int khronos_uint16_t |
Definition at line 223 of file glad/KHR/khrplatform.h.
typedef uint32_t khronos_uint32_t |
Definition at line 208 of file glad/KHR/khrplatform.h.
typedef uint64_t khronos_uint64_t |
Definition at line 210 of file glad/KHR/khrplatform.h.
typedef unsigned char khronos_uint8_t |
Definition at line 221 of file glad/KHR/khrplatform.h.
typedef unsigned long int khronos_uintptr_t |
Definition at line 237 of file glad/KHR/khrplatform.h.
typedef unsigned long int khronos_usize_t |
Definition at line 239 of file glad/KHR/khrplatform.h.
Definition at line 259 of file glad/KHR/khrplatform.h.
Enumerator | |
---|---|
KHRONOS_FALSE | |
KHRONOS_TRUE | |
KHRONOS_BOOLEAN_ENUM_FORCE_SIZE | |
KHRONOS_FALSE | |
KHRONOS_TRUE | |
KHRONOS_BOOLEAN_ENUM_FORCE_SIZE |
Definition at line 276 of file glad/KHR/khrplatform.h.