Changeset 42499 in vbox for trunk/src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
- Timestamp:
- Aug 1, 2012 10:26:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
r19099 r42499 16 16 #include "feedbackspu_proto.h" 17 17 """ 18 custom = ["CreateContext", " MakeCurrent", "DestroyContext"]18 custom = ["CreateContext", "VBoxCreateContext", "MakeCurrent", "DestroyContext"] 19 19 20 20 keys = apiutil.GetDispatchedFunctions(sys.argv[1]+"/APIspec.txt")
Note:
See TracChangeset
for help on using the changeset viewer.