From 2ca04fbe7985ee944f3fa6302886a252a51add0c Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Sun, 24 Apr 2016 23:52:45 +0200 Subject: initial commit --- solid.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 solid.h (limited to 'solid.h') diff --git a/solid.h b/solid.h new file mode 100644 index 0000000..c89aeba --- /dev/null +++ b/solid.h @@ -0,0 +1,17 @@ +#pragma once +#ifndef SOLID_H +#define SOLID_H + +#include + +int solid_load(void); + +int solid_draw( + GLenum primitive, + GLuint vao, + GLsizei count, + GLfloat const * const color, + GLfloat const * const modelview, + GLfloat const * const projection ); + +#endif/*POSITIONGEN_H*/ -- cgit v1.2.3