-
- Downloads
Add dummy GL texture flag & direct object access
- Add dummy GL texture support to allow libobs texture references to be created for GL without - Add a texture_getobj function to allow the retrieval of the context-specific object, such as the D3D texture pointer, or the OpenGL texture object handle. - Also cleaned up the export stuff. I realized it was all totally superfluous. Kind of a dumb moment, but nice to clean it up regardless.
Showing
- libobs-d3d11/d3d11-subsystem.cpp 9 additions, 0 deletionslibobs-d3d11/d3d11-subsystem.cpp
- libobs-d3d11/d3d11-subsystem.hpp 1 addition, 2 deletionslibobs-d3d11/d3d11-subsystem.hpp
- libobs-opengl/gl-exports.h 0 additions, 195 deletionslibobs-opengl/gl-exports.h
- libobs-opengl/gl-subsystem.h 2 additions, 1 deletionlibobs-opengl/gl-subsystem.h
- libobs-opengl/gl-texture2d.c 20 additions, 5 deletionslibobs-opengl/gl-texture2d.c
- libobs/graphics/device-exports.h 1 addition, 76 deletionslibobs/graphics/device-exports.h
- libobs/graphics/graphics-imports.c 1 addition, 0 deletionslibobs/graphics/graphics-imports.c
- libobs/graphics/graphics-internal.h 1 addition, 0 deletionslibobs/graphics/graphics-internal.h
- libobs/graphics/graphics.c 8 additions, 0 deletionslibobs/graphics/graphics.c
- libobs/graphics/graphics.h 6 additions, 0 deletionslibobs/graphics/graphics.h
- libobs/util/windows/ComPtr.hpp 2 additions, 0 deletionslibobs/util/windows/ComPtr.hpp
Loading
Please register or sign in to comment