Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 377 Bytes

nvfbc-rs

This repository contains two crates:

  1. nvfbc-sys: Raw FFI bindings for NVFBC, an NVIDIA API for capturing the front buffer from NVIDIA GPUs.
  2. 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.