Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.21 KB

rps

CI dependency status

Rust wrappers for AMD Render Pipeline Shaders (RPS) SDK.

NOTE: This is very much a work in progress. The API is not stable until 1.0 and may change at any time.

Reading:

This repository contains 2 crates:

Name Description Links
rps High-level Rust wrapper for RPS SDK Crates.io Docs
rps-sys Unsafe bindings to RPS SDK generated with bindgen Crates.io Docs