5 releases
0.2.0 | Mar 16, 2025 |
---|---|
0.1.5 | Jan 8, 2024 |
0.1.4 | Jan 8, 2024 |
0.1.3 | Nov 18, 2023 |
0.1.0 | Jun 23, 2022 |
#290 in Video
203 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.