]> O.S.I.I.S - jp/crow.git/commit
OpenGL indirect drawing for ui quad
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 16 Mar 2015 12:36:36 +0000 (13:36 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 16 Mar 2015 12:36:36 +0000 (13:36 +0100)
commit4338402e29d2c448c24f4efe6a788adb84f81785
treeb22d52562f0dadf4532556cbbd93d8567d50ee23
parent871f7388f22f642f913ea955662840ce8da2f7ce
OpenGL indirect drawing for ui quad
  (shader and vao)
GOLib.csproj
src/GraphicObjects/Scroller.cs
src/OpenGL/QuadVAO.cs [new file with mode: 0644]
src/OpenGL/Shader.cs [new file with mode: 0644]
src/OpenGL/TexturedShader.cs [new file with mode: 0644]
src/OpenGL/VertexArrayObject.cs [new file with mode: 0644]
src/OpenTKGameWindow.cs