win-capture: Add graphics-hook library

This library is a completely refactored and rewritten version of the
original graphics hook.  The code is more clean, readable, and has a
variety of new features, such as scaling and forcing memory capture.

Currently, only D3D9, 10, and 11 are implemented.  (This commit may be
updated on this branch)
This commit is contained in:
jp9000
2014-11-10 15:04:40 -08:00
parent cb0db6240b
commit a5872955f4
13 changed files with 4921 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ target_link_libraries(win-capture
install_obs_plugin_with_data(win-capture data)
add_subdirectory(graphics-hook)
add_subdirectory(get-graphics-offsets)
add_subdirectory(inject-helper)