Changeset 471 for GraphicTest/Methods


Ignore:
Timestamp:
Apr 9, 2015, 8:55:27 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Initialization of array of draw method classes done in run.
Location:
GraphicTest/Methods
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/UGraphics32Method.pas

    r470 r471  
    77uses
    88  Classes, SysUtils, UFastBitmap, UDrawMethod,
    9   {$IFDEF WINDOWS}GR32, GR32_Image,{$ENDIF}
     9  {$IFDEF GRAPHICS32}GR32, GR32_Image,{$ENDIF}
    1010  Controls, Graphics;
    1111
    12 {$IFDEF WINDOWS}
     12{$IFDEF GRAPHICS32}
    1313type
    1414  { TGraphics32Method }
     
    2626implementation
    2727
    28 {$IFDEF WINDOWS}
     28{$IFDEF GRAPHICS32}
    2929{ TGraphics32Method }
    3030
  • GraphicTest/Methods/UOpenGLMethod.pas

    r459 r471  
    77uses
    88  Classes, SysUtils, UDrawMethod, UFastBitmap
    9   {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};
     9  {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF};
    1010
    11 {$IFDEF opengl}
     11{$IFDEF OPENGL}
    1212type
    1313  { TOpenGLMethod }
     
    2323implementation
    2424
    25 {$IFDEF opengl}
     25{$IFDEF OPENGL}
    2626{ TOpenGLMethod }
    2727
  • GraphicTest/Methods/UOpenGLPBOMethod.pas

    r459 r471  
    77uses
    88  Classes, SysUtils, UDrawMethod, UFastBitmap, Controls, Graphics
    9   {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};
     9  {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF};
    1010
    11 {$IFDEF opengl}
     11{$IFDEF OPENGL}
    1212type
    1313  { TOpenGLPBOMethod }
     
    2626implementation
    2727
    28 {$IFDEF opengl}
     28{$IFDEF OPENGL}
    2929{ TOpenGLPBOMethod }
    3030
Note: See TracChangeset for help on using the changeset viewer.