Skip to content

Commit

Permalink
chore: remove d3d interop and shared_texture code
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 20, 2023
1 parent a38fde5 commit cd4b62b
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 684 deletions.
15 changes: 0 additions & 15 deletions src/accelerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ set(SOURCES

accelerator.cpp
)
if (MSVC)
list(APPEND SOURCES
d3d/d3d_device.cpp
d3d/d3d_device_context.cpp
d3d/d3d_texture2d.cpp
)
endif ()
set(HEADERS
ogl/image/image_kernel.h
ogl/image/image_mixer.h
Expand All @@ -36,13 +29,6 @@ set(HEADERS
accelerator.h
StdAfx.h
)
if (MSVC)
list(APPEND HEADERS
d3d/d3d_device.h
d3d/d3d_device_context.h
d3d/d3d_texture2d.h
)
endif ()

bin2c("ogl/image/shader.vert" "ogl_image_vertex.h" "caspar::accelerator::ogl" "vertex_shader")
bin2c("ogl/image/shader.frag" "ogl_image_fragment.h" "caspar::accelerator::ogl" "fragment_shader")
Expand All @@ -61,6 +47,5 @@ source_group(sources\\cpu\\image cpu/image/.*)
source_group(sources\\cpu\\util cpu/util/.*)
source_group(sources\\ogl\\image ogl/image/.*)
source_group(sources\\ogl\\util ogl/util/.*)
source_group(sources\\d3d d3d/.*)

target_link_libraries(accelerator common core)
173 changes: 0 additions & 173 deletions src/accelerator/d3d/d3d_device.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/accelerator/d3d/d3d_device.h

This file was deleted.

11 changes: 0 additions & 11 deletions src/accelerator/d3d/d3d_device_context.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions src/accelerator/d3d/d3d_device_context.h

This file was deleted.

106 changes: 0 additions & 106 deletions src/accelerator/d3d/d3d_texture2d.cpp

This file was deleted.

0 comments on commit cd4b62b

Please sign in to comment.