Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include "../license_signature.vls"#include <vl/VisualizationLibrary.hpp>#include <vl/FontManager.hpp>#include <vl/Log.hpp>#include <vl/Say.hpp>#include <vl/Time.hpp>#include <vl/Rendering.hpp>#include <vl/FileSystem.hpp>#include <vl/DiskDirectory.hpp>#include <vl/ZippedDirectory.hpp>#include <vl/MemoryDirectory.hpp>#include <vl/LoadWriterManager.hpp>#include <vl/GeometryLoadCallback.hpp>#include <vl/quat.hpp>#include <vl/Object.hpp>#include <vl/KeyValues.hpp>#include <cassert>#include "ft2build.h"#include <vl/vlJPG.hpp>#include <vl/vlPNG.hpp>#include <vl/vlTIFF.hpp>#include <vl/vlTGA.hpp>#include <vl/vlDAT.hpp>#include <vl/vlDDS.hpp>#include <vl/vlBMP.hpp>#include <vl/vl3DS.hpp>#include <vl/vlOBJ.hpp>#include <vl/vlAC3D.hpp>#include <vl/vlPLY.hpp>#include <vl/vlMD2.hpp>Functions | |
| VL_CHECK_EXPR (sizeof(wchar_t), >=, 2) VL_CHECK_EXPR(sizeof(vec2) | |
| sizeof (Real)*2) VL_CHECK_EXPR(sizeof(vec3) | |
| VL_CHECK_EXPR | ( | sizeof(wchar_t) | , | |
| >= | , | |||
| 2 | ||||
| ) |
| sizeof | ( | Real | ) |