libobs: Add support for volume textures

Also fix some mip calculations along the way.
This commit is contained in:
jpark37
2019-12-15 11:36:24 -08:00
parent 745a65dc49
commit 8f6984e345
16 changed files with 624 additions and 60 deletions

View File

@@ -26,6 +26,7 @@ set(libobs-d3d11_SOURCES
d3d11-stagesurf.cpp
d3d11-subsystem.cpp
d3d11-texture2d.cpp
d3d11-texture3d.cpp
d3d11-vertexbuffer.cpp
d3d11-duplicator.cpp
d3d11-rebuild.cpp