Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (6 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/MethodOpenGLPBO.pas

    r572 r573  
    1 unit UMethodOpenGLPBO;
    2 
    3 {$mode delphi}
     1unit MethodOpenGLPBO;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap, Controls, Graphics
     6  Classes, SysUtils, DrawMethod, FastBitmap, Controls, Graphics
    97  {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF};
    108
     
    6361constructor TMethodOpenGLPBO.Create;
    6462begin
    65   inherited Create;
     63  inherited;
    6664  Caption := 'OpenGL PBO';
    6765  PaintObject := poOpenGL;
     
    7573destructor TMethodOpenGLPBO.Destroy;
    7674begin
    77   inherited Destroy;
     75  inherited;
    7876end;
    7977
Note: See TracChangeset for help on using the changeset viewer.