X-Git-Url: https://git.delphigl.com/?p=LazOpenGLCore.git;a=blobdiff_plain;f=doc%2FglBitmap.TglBitmapFunctionRec.html;fp=doc%2FglBitmap.TglBitmapFunctionRec.html;h=23f734fd643cf794d87aca8a0d321ce5b72c2cae;hp=0000000000000000000000000000000000000000;hb=1f9d3b8b9ce7d5e05f7af88c7ab0fd094609d9e5;hpb=5a2eeb45d528c5a2406b2ae5d73a4c711b2ea7dc diff --git a/doc/glBitmap.TglBitmapFunctionRec.html b/doc/glBitmap.TglBitmapFunctionRec.html new file mode 100644 index 0000000..23f734f --- /dev/null +++ b/doc/glBitmap.TglBitmapFunctionRec.html @@ -0,0 +1,105 @@ + + + +glBitmap: record TglBitmapFunctionRec + + + + + +
+

record TglBitmapFunctionRec

+ + +
DescriptionHierarchyFieldsMethodsProperties
+

Unit

+ +

Declaration

+

+type TglBitmapFunctionRec = record

+

Description

+

+structure to store data for converting in

+

Overview

+

Fields

+ + + + + + + + + + + + + + + + + + + +
Sender: TglBitmap;
Size: TglBitmapSize;
Position: TglBitmapPixelPosition;
Source: TglBitmapPixelData;
Dest: TglBitmapPixelData;
Args: Pointer;
+

Description

+

Fields

+ + + + + +
Sender: TglBitmap;
+

+texture object that stores the data to convert

+
+ + + + + +
Size: TglBitmapSize;
+

+size of the texture

+
+ + + + + +
Position: TglBitmapPixelPosition;
+

+position of the currently pixel

+
+ + + + + +
Source: TglBitmapPixelData;
+

+pixel data of the current pixel

+
+ + + + + +
Dest: TglBitmapPixelData;
+

+new data of the pixel (must be filled in)

+
+ + + + + +
Args: Pointer;
+

+user defined args that was passed to the convert function

+
+
Generated by PasDoc 0.13.0 on 2014-12-21 15:05:48 + +