Add D3D11 GPU texture sender API (0.1.4) - #1
Open
clover0916 wants to merge 5 commits into
Open
clover0916 wants to merge 5 commits into
clover0916 wants to merge 5 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
DirectXSenderfor D3D11 BGRA/RGBA texture sharing without an OpenGL context or CPU readback. NyanCast can publish received DJ video directly from its GPU pipeline.The wrapper retains the supplied COM device, stays on its creating thread, rejects unsupported texture shapes/formats and device mismatches, and releases discovery registration on drop. The existing SpoutLibrary API remains available. Spout's static library uses the non-debug MSVC runtime to match Rust development builds. Version is 0.1.4, with usage and third-party notices included.
Updated autocxx to 0.30: its bindgen handles the Float16 types in current Windows/libclang headers that caused the old generator to panic. CI pins LLVM 20.1.8; local validation uses 22.1.1.
Validation:
The crates.io upload was attempted but rejected with HTTP 403 (authentication failed); publication requires refreshed credentials. NyanCast currently pins the Git commit.