Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "inttypes.h"
Go to the source code of this file.
Classes | |
struct | FT_MemoryRec_ |
Macros | |
#define | FT_BEGIN_HEADER |
#define | FT_END_HEADER |
#define | FT_LOCAL_DEF(x) static x |
#define | FT_MAKE_TAG(_x1, _x2, _x3, _x4) |
Typedefs | |
typedef unsigned char | FT_Byte |
typedef signed int | FT_Int |
typedef unsigned int | FT_UInt |
typedef signed long | FT_Long |
typedef unsigned long | FT_ULong |
typedef signed long | FT_F26Dot6 |
typedef int | FT_Error |
typedef struct FT_MemoryRec_ * | FT_Memory |
typedef void *(* | FT_Alloc_Func) (FT_Memory memory, long size) |
typedef void(* | FT_Free_Func) (FT_Memory memory, void *block) |
typedef void *(* | FT_Realloc_Func) (FT_Memory memory, long cur_size, long new_size, void *block) |
typedef struct FT_MemoryRec_ | FT_MemoryRec |
typedef int64_t | FT_Int64 |
#define FT_MAKE_TAG | ( | _x1, | |
_x2, | |||
_x3, | |||
_x4 | |||
) |
typedef signed long FT_F26Dot6 |
typedef struct FT_MemoryRec_* FT_Memory |
typedef struct FT_MemoryRec_ FT_MemoryRec |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.