Changeset 543 for GraphicTest/GraphicTest.lpr
- Timestamp:
- May 14, 2020, 11:10:24 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/GraphicTest.lpr
r524 r543 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod, UFastBitmap,11 UF ormDraw, bgrabitmappack,12 U CanvasPixels, UCanvasPixelsUpdateLock,13 U LazIntfImageColorsCopy, ULazIntfImageColorsNoCopy, UBGRABitmapPaintBox,14 U BitmapRawImageDataPaintBox, UBitmapRawImageData, UDummyMethod,15 U BitmapRawImageDataMove, UOpenGLMethod, UOpenGLPBOMethod, UGraphics32Method;10 Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod, 11 UFastBitmap, UFormDraw, bgrabitmappack, UMethodCanvasPixels, 12 UMethodCanvasPixelsUpdateLock, UMethodLazIntfImageColorsCopy, UMethodLazIntfImageColorsNoCopy, 13 UMethodBGRABitmap, UMethodBitmapRawImageDataPaintBox, UMethodBitmapRawImageData, 14 UMethodDummy, UMethodBitmapRawImageDataMove, UMethodOpenGL, UMethodOpenGLPBO, 15 UMethodGraphics32, UMethodBitmapScanline; 16 16 17 17 {$R *.res}
Note:
See TracChangeset
for help on using the changeset viewer.