vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header

Things which should not be used outside the VBO module.
More public/private clean-ups coming.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Brian Paul
2018-01-18 14:22:29 -07:00
parent d40fa42292
commit a7cfec3be0
12 changed files with 227 additions and 165 deletions

View File

@@ -46,6 +46,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "vbo_context.h"
#include "vbo_noop.h"
#include "vbo_private.h"
/** ID/name for immediate-mode VBO */