Registry / other / librashader-spirv-cross

librashader-spirv-cross

JSON →
libraryrscratesunverified

spirv_cross fork maintained for librashader.

# Cargo.toml [dependencies] librashader-spirv-cross = "latest"
INSTALL
IMPORT
SIG · LIBRASHADER-SPIRV-
L
librashader-spirv-cross
otherrust
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.

Compiler
use librashader_spirv_cross::Compiler;

Compiles SPIR-V shaders using the librashader fork.

use librashader_spirv_cross::Compiler; fn main() -> Result<(), Box<dyn std::error::Error>> { let spirv = vec![]; // your SPIR-V binary let mut compiler = Compiler::new(&spirv)?; println!("Compiled"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
librashader-spirv-cross — cargo add librashader-spirv-cross · libregistry