Commit graph

10 commits

Author SHA1 Message Date
Thomas Friedel
f2225e857a implemented shadowBlur (wip) 2018-07-27 14:11:53 +02:00
Thomas Friedel
0cb030619e added a function to switch to an offscreen framebuffer 2018-07-24 12:50:18 +02:00
Thomas Friedel
964380f673 implemented clearRect 2018-05-23 12:33:18 +02:00
Thomas Friedel
54e97761de no longer using TEXTURE_1D since it is not available on GL ES 2018-05-10 17:26:31 +02:00
Thomas Friedel
06267645f6 changed openglinterface a bit to be less specific to the go-gl implementation 2018-05-10 13:08:30 +02:00
Thomas Friedel
8502818b6f clipping with the rect function now uses scissor test instead of stencil 2018-04-04 17:10:36 +02:00
Thomas Friedel
37767fa86f more documentation; renamed W/H to Width/Height on Image type 2018-03-27 15:57:01 +02:00
Thomas Friedel
385a230aa6 removed commented lines since they otherwise appear as documentation 2018-03-22 17:47:58 +01:00
Thomas Friedel
ff4fba4c33 reduced the opengl interface to only the used functions 2018-03-22 17:45:52 +01:00
Thomas Friedel
4be47cd5ab first version 2018-01-24 14:19:32 +01:00