Ignore:
Timestamp:
Nov 28, 2012, 8:09:38 AM (12 years ago)
Author:
chronos
Message:
  • Added: Brief description for rest of available draw methods.
  • Added: Graphics32 method conditional compilation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.pas

    r454 r459  
    114114
    115115const
    116   DrawMethodClasses: array[0..9{$IFDEF opengl}+2{$ENDIF}] of TDrawMethodClass = (
     116  DrawMethodClasses: array[0..8{$IFDEF opengl}+2{$ENDIF}{$IFDEF gr32}+1{$ENDIF}] of TDrawMethodClass = (
    117117    TCanvasPixels, TCanvasPixelsUpdateLock, TLazIntfImageColorsCopy,
    118118    TLazIntfImageColorsNoCopy, TBitmapRawImageData, TBitmapRawImageDataPaintBox,
    119     TBitmapRawImageDataMove, TBGRABitmapPaintBox, TGraphics32Method{$IFDEF opengl}, TOpenGLMethod, TOpenGLPBOMethod{$ENDIF}
     119    TBitmapRawImageDataMove, TBGRABitmapPaintBox
     120    {$IFDEF gr32}, TGraphics32Method{$ENDIF}
     121    {$IFDEF opengl}, TOpenGLMethod, TOpenGLPBOMethod{$ENDIF}
    120122    ,TDummyMethod);
    121123
Note: See TracChangeset for help on using the changeset viewer.