Added point light prototype
This commit is contained in:
parent
3f6e2c2b6b
commit
b3e82ca9df
7 changed files with 144 additions and 33 deletions
|
@ -129,6 +129,7 @@ namespace oglu
|
|||
GLuint VBO; ///< Handle to OpenGL VBO
|
||||
GLuint EBO; ///< Handle to OpenGL EBO
|
||||
GLsizei count; ///< Amount of indices
|
||||
bool useIndices;
|
||||
};
|
||||
|
||||
VertexArray OGLU_API MakeVertexArray(const GLfloat* vertices, size_t verticesSize, const GLuint* indices, size_t indicesSize, const VertexAttribute* topology, size_t topologySize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue