Changeset 573 for GraphicTest/Methods/MethodOpenGLPBO.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodOpenGLPBO.pas
r572 r573 1 unit UMethodOpenGLPBO; 2 3 {$mode delphi} 1 unit MethodOpenGLPBO; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UDrawMethod, UFastBitmap, Controls, Graphics6 Classes, SysUtils, DrawMethod, FastBitmap, Controls, Graphics 9 7 {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF}; 10 8 … … 63 61 constructor TMethodOpenGLPBO.Create; 64 62 begin 65 inherited Create;63 inherited; 66 64 Caption := 'OpenGL PBO'; 67 65 PaintObject := poOpenGL; … … 75 73 destructor TMethodOpenGLPBO.Destroy; 76 74 begin 77 inherited Destroy;75 inherited; 78 76 end; 79 77
Note:
See TracChangeset
for help on using the changeset viewer.