leadedge / Spout2

A video frame sharing system for Microsoft Windows
BSD 2-Clause "Simplified" License
748 stars 137 forks source link

It seems that Directx 12 support is not included in pre-built binaries of the libraries by default? #115

Closed whiteeat closed 2 months ago

whiteeat commented 2 months ago

It seems that Directx 12 support pre-built binaries of the libraries by default? Will the DirectX 12 support be included in re-built binaries of the libraries in the future? The relevant code in CMakeLists.txt

I get following errors when I link the pre-build libraries to use DirectX 12 related code: 838F139C-7A28-4d09-8483-25FA9E88D7C2

image

leadedge commented 2 months ago

SpoutDx12.h and SpoutDX12.cpp must be included in your project. Then you can use SpoutDX as a library either static of dynamic.

whiteeat commented 2 months ago

SpoutDx12.h and SpoutDX12.cpp must be included in your project. Then you can use SpoutDX as a library either static of dynamic.

Okay, got it.