Changeset 30440 in vbox for trunk/src/VBox/GuestHost/OpenGL/glapi_parser
- Timestamp:
- Jun 24, 2010 6:51:20 PM (14 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/glapi_parser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt
r27244 r30440 8500 8500 chromium extpack 8501 8501 8502 name VBoxPackSetInjectThread 8503 return void 8504 category VBox 8505 chromium nopack 8506 8507 name VBoxPackGetInjectID 8508 return GLuint 8509 category VBox 8510 chromium nopack 8511 8512 name VBoxPackSetInjectID 8513 return void 8514 param id GLuint 8515 category VBox 8516 chromium nopack 8502 8517 8503 8518 # OpenGL 1.5 -
trunk/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py
r27267 r30440 353 353 cat == "1.2" or 354 354 cat == "Chromium" or 355 cat == "GL_chromium"): 355 cat == "GL_chromium" or 356 cat == "VBox"): 356 357 return '' 357 358 elif (cat == '1.3' or
Note:
See TracChangeset
for help on using the changeset viewer.