naev 0.12.5
gl_vbo Struct Reference

Contains the VBO. More...

Data Fields

GLuint id
gl_vboType type
GLsizei size
char * data

Detailed Description

Contains the VBO.

Definition at line 27 of file opengl_vbo.c.

Field Documentation

◆ data

char* gl_vbo::data

VBO data.

Definition at line 31 of file opengl_vbo.c.

◆ id

GLuint gl_vbo::id

VBO ID.

Definition at line 28 of file opengl_vbo.c.

◆ size

GLsizei gl_vbo::size

VBO size.

Definition at line 30 of file opengl_vbo.c.

◆ type

gl_vboType gl_vbo::type

VBO type.

Definition at line 29 of file opengl_vbo.c.


The documentation for this struct was generated from the following file: