libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <glutils.h>
Data Fields | |
GLuint | vao |
GLuint | vbo |
bool_t | setup |
size_t | num_vtx |
GL_LINE_STRIP
functionality of the OpenGL driver. See glutils_nl_t for a modern replacement.Utility system to allow you to use the programmable rendering pipeline while drawing lines using the GL_LINE_STRIP
rendering mode. To initialize a glutils_lines_t object, use glutils_init_3D_lines(). The created object can then be drawn using glutils_draw_lines(). After you are done with it, destroy it using glutils_destroy_lines().