2 releases
new 0.1.3 | Nov 18, 2023 |
---|---|
0.1.0 | Jun 23, 2022 |
#201 in Video
21 downloads per month
Used in nvfbc
130KB
3.5K
SLoC
nvfbc-rs
This repository contains two crates:
nvfbc-sys
: Raw FFI bindings for NVFBC, an NVIDIA API for capturing the front buffer from NVIDIA GPUs.nvfbc
: Safe bindings for NVFBC, an NVIDIA API for capturing the front buffer from NVIDIA GPUs.
It is recommended to look at the documentation for nvfbc
on how to use this crate.