Changeset 51200 in vbox for trunk/src/VBox/Additions/common/crOpenGL/getprocaddress.py
- Timestamp:
- May 6, 2014 5:21:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/getprocaddress.py
r37032 r51200 59 59 if (func_name == "Writeback" or 60 60 func_name == "BoundsInfoCR" or 61 func_name == "GetUniformsLocations"): 61 func_name == "GetUniformsLocations" or 62 func_name == "GetAttribsLocations"): 62 63 continue 63 64 if apiutil.Category(func_name) == "Chromium":
Note:
See TracChangeset
for help on using the changeset viewer.