Changeset 471 for GraphicTest/Methods
- Timestamp:
- Apr 9, 2015, 8:55:27 PM (10 years ago)
- Location:
- GraphicTest/Methods
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UGraphics32Method.pas
r470 r471 7 7 uses 8 8 Classes, SysUtils, UFastBitmap, UDrawMethod, 9 {$IFDEF WINDOWS}GR32, GR32_Image,{$ENDIF}9 {$IFDEF GRAPHICS32}GR32, GR32_Image,{$ENDIF} 10 10 Controls, Graphics; 11 11 12 {$IFDEF WINDOWS}12 {$IFDEF GRAPHICS32} 13 13 type 14 14 { TGraphics32Method } … … 26 26 implementation 27 27 28 {$IFDEF WINDOWS}28 {$IFDEF GRAPHICS32} 29 29 { TGraphics32Method } 30 30 -
GraphicTest/Methods/UOpenGLMethod.pas
r459 r471 7 7 uses 8 8 Classes, SysUtils, UDrawMethod, UFastBitmap 9 {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};9 {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF}; 10 10 11 {$IFDEF opengl}11 {$IFDEF OPENGL} 12 12 type 13 13 { TOpenGLMethod } … … 23 23 implementation 24 24 25 {$IFDEF opengl}25 {$IFDEF OPENGL} 26 26 { TOpenGLMethod } 27 27 -
GraphicTest/Methods/UOpenGLPBOMethod.pas
r459 r471 7 7 uses 8 8 Classes, SysUtils, UDrawMethod, UFastBitmap, Controls, Graphics 9 {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};9 {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF}; 10 10 11 {$IFDEF opengl}11 {$IFDEF OPENGL} 12 12 type 13 13 { TOpenGLPBOMethod } … … 26 26 implementation 27 27 28 {$IFDEF opengl}28 {$IFDEF OPENGL} 29 29 { TOpenGLPBOMethod } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.