Changeset 451 for GraphicTest/Methods
- Timestamp:
- Nov 23, 2012, 2:09:49 PM (12 years ago)
- Location:
- GraphicTest/Methods
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UOpenGLMethod.pas
r447 r451 9 9 {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF}; 10 10 11 {$IFDEF opengl} 11 12 type 12 {$IFDEF opengl}13 13 { TOpenGLMethod } 14 14 … … 23 23 implementation 24 24 25 {$IFDEF opengl} 25 26 { TOpenGLMethod } 26 27 … … 96 97 end; 97 98 99 {$ENDIF} 98 100 99 101 end. -
GraphicTest/Methods/UOpenGLPBOMethod.pas
r447 r451 9 9 {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF}; 10 10 11 {$IFDEF opengl} 11 12 type 12 {$IFDEF opengl}13 13 { TOpenGLPBOMethod } 14 14
Note:
See TracChangeset
for help on using the changeset viewer.