* updated glBitmap
authorBergmann89 <info@bergmann89.de>
Sat, 31 Jan 2015 15:47:40 +0000 (16:47 +0100)
committerBergmann89 <info@bergmann89.de>
Sat, 31 Jan 2015 15:47:40 +0000 (16:47 +0100)
commitf6ca47eeb2c217505d9c1babe79d46b6668d3881
tree5214382221067e1fd15c92124919d09d5a80db59
parentdfa7064d827360dd9a3ce0467fadb3f1c32a36c1
* updated glBitmap
* implemented vertex array objects
* added examples
20 files changed:
examples/simple/project1.lpi [new file with mode: 0644]
examples/simple/project1.lpr [new file with mode: 0644]
examples/simple/shader.glsl [new file with mode: 0644]
examples/simple/uMainForm.lfm [new file with mode: 0644]
examples/simple/uMainForm.pas [new file with mode: 0644]
examples/texture/data/texture.png [new file with mode: 0644]
examples/texture/project1.lpi [new file with mode: 0644]
examples/texture/project1.lpr [new file with mode: 0644]
examples/texture/shader.glsl [new file with mode: 0644]
examples/texture/uMainForm.lfm [new file with mode: 0644]
examples/texture/uMainForm.pas [new file with mode: 0644]
examples/vertexarrayobject/data/texture.png [new file with mode: 0644]
examples/vertexarrayobject/project1.lpi [new file with mode: 0644]
examples/vertexarrayobject/project1.lpr [new file with mode: 0644]
examples/vertexarrayobject/shader.glsl [new file with mode: 0644]
examples/vertexarrayobject/uMainForm.lfm [new file with mode: 0644]
examples/vertexarrayobject/uMainForm.pas [new file with mode: 0644]
glBitmapConf.inc [new file with mode: 0644]
uglcBitmap.pas
uglcVertexArrayObject.pas [new file with mode: 0644]