Registry / other / librashader-preprocess

librashader-preprocess

JSON →
library0.11.0rscratesunverified

Preprocesses RetroArch shaders for use in graphics pipelines.

# Cargo.toml [dependencies] librashader-preprocess = "0.11.0"
INSTALL
IMPORT
SIG · LIBRASHADER-PREPRO
L
librashader-preprocess
otherrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShaderPreset
use librashader_preprocess::ShaderPreset;

Loads and preprocesses a RetroArch shader preset.

use librashader_preprocess::ShaderPreset; fn main() { let preset = ShaderPreset::from_path("path/to/shader.slangp").unwrap(); println!("Preset loaded: {}", preset.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
librashader-preprocess — cargo add librashader-preprocess · libregistry