Skip to content

Commit

Permalink
[host] nvfbc: add warning to encourage migration to D12
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Mar 4, 2024
1 parent a4e761b commit 03662f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions host/platform/Windows/capture/NVFBC/src/nvfbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ static bool nvfbc_create(
this->getPointerBufferFn = getPointerBufferFn;
this->postPointerBufferFn = postPointerBufferFn;

DEBUG_BREAK();
DEBUG_WARN("NvFBC IS DEPRECATED by NVIDIA");
DEBUG_WARN("As the new D12 capture engine is faster then NvFBC in every way");
DEBUG_WARN("we HIGHLY recommend you migrate to it");
DEBUG_BREAK();

return true;
}

Expand Down

0 comments on commit 03662f4

Please sign in to comment.