[Overview][Constants][Types][Procedures and functions][Index] |
Source position: mseopenglgdi.pas line 63
type oglgcdty = record |
fkind: gckindty; |
fdc: hdc; |
fcontext: hglrc; |
doublebuf: Boolean; |
pd: paintdevicety; |
extensions: glextensionsty; |
top: Integer; |
glfont: fontty; |
tess: PGLUtesselator; |
texture: GLuint; |
brushsize: sizety; |
gcstate: oglgcstatesty; |
glcolorforeground: rgbtriplety; |
glcolorbackground: rgbtriplety; |
gcrasterop: rasteropty; |
gcoptions: canvasoptionsty; |
gcdrawingflags: drawingflagsty; |
gcbrushorigin: pointty; |
end; |