Registry / utility / shader-version

shader-version

JSON →
library0.7.0rscratesunverified

A helper library for detecting and picking compatible shaders.

# Cargo.toml [dependencies] shader_version = "0.7.0"
INSTALL
IMPORT
SIG · SHADER-VERSION
S
shader-version
utilityrustv0.7.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.

ShaderVersion
use shader_version::ShaderVersion;

Detect the current shader version.

use shader_version::ShaderVersion; fn main() { let version = ShaderVersion::new(); println!("Detected shader version: {:?}", version); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shader-version — cargo add shader-version · libregistry