Changeset 78409 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2019 9:44:02 PM (6 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu_init.c
r78408 r78409 78 78 feedbackSPUInit, 79 79 /** pfnDispatch. */ 80 feedbackSPUSelfDispatch, 80 feedbackSPUSelfDispatch, 81 81 /** pfnCleanup. */ 82 82 feedbackSPUCleanup -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_init.c
r78408 r78409 136 136 packSPUInit, 137 137 /** pfnDispatch. */ 138 packSPUSelfDispatch, 138 packSPUSelfDispatch, 139 139 /** pfnCleanup. */ 140 140 packSPUCleanup -
trunk/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu_init.c
r78408 r78409 56 56 passthroughSPUInit, 57 57 /** pfnDispatch. */ 58 passthroughSPUSelfDispatch, 58 passthroughSPUSelfDispatch, 59 59 /** pfnCleanup. */ 60 60 passthroughSPUCleanup
Note:
See TracChangeset
for help on using the changeset viewer.