* split TglBitmap into TglBitmap and TglBitmapData to be able to handle load, save...
authorBergmann89 <info@bergmann89.de>
Wed, 24 Dec 2014 04:02:23 +0000 (05:02 +0100)
committerBergmann89 <info@bergmann89.de>
Wed, 24 Dec 2014 04:11:00 +0000 (05:11 +0100)
commitc110c2d190cfdd632a622163d3edb7c9c90cf21a
tree60152bd3c66338444173fa34db936cb4eead3582
parentfb955156e23a85973e7ee2f89954d90574982fef
* split TglBitmap into TglBitmap and TglBitmapData to be able to handle load, save and convert texture date seperatly from the texture object
* updated documentation and examples
41 files changed:
doc/AllClasses.html
doc/AllConstants.html
doc/AllFunctions.html
doc/AllIdentifiers.html
doc/AllTypes.html
doc/AllUnits.html
doc/AllVariables.html
doc/ClassHierarchy.html
doc/PasDocSettings.pds
doc/glBitmap.EglBitmap.html
doc/glBitmap.EglBitmapNonPowerOfTwo.html
doc/glBitmap.EglBitmapNotSupported.html
doc/glBitmap.EglBitmapSizeToLarge.html
doc/glBitmap.EglBitmapUnsupportedFormat.html
doc/glBitmap.TglBitmap.html
doc/glBitmap.TglBitmap1D.html
doc/glBitmap.TglBitmap2D.html
doc/glBitmap.TglBitmapCubeMap.html
doc/glBitmap.TglBitmapData.html [new file with mode: 0644]
doc/glBitmap.TglBitmapFormatDescriptor.html
doc/glBitmap.TglBitmapFunctionRec.html
doc/glBitmap.TglBitmapNormalMap.html
doc/glBitmap.TglBitmapPixelData.html
doc/glBitmap.TglBitmapRec4ub.html
doc/glBitmap.TglBitmapRec4ui.html
doc/glBitmap.TglBitmapRec4ul.html
doc/glBitmap.TglBitmapSize.html
doc/glBitmap.html
doc/index.html
doc/legend.html
examples/GrabScreen/GrabScreen.lpi
examples/GrabScreen/GrabScreen.lpr
examples/GrabScreen/GrabScreen.lps
examples/SimpleLoadFromFile/SimpleLoadFromFile.lpi
examples/SimpleLoadFromFile/SimpleLoadFromFile.lpr
examples/SimpleLoadFromFile/SimpleLoadFromFile.lps
examples/TextureFromFunction/TextureFromFunction.lpi
examples/TextureFromFunction/TextureFromFunction.lpr
examples/TextureFromFunction/TextureFromFunction.lps
examples/glBitmapConf.inc [new file with mode: 0644]
glBitmap.pas