Registry / other / glsl
library7.0.0rscratesunverified

A GLSL450/GLSL460 parser for Rust.

# Cargo.toml [dependencies] glsl = "7.0.0"
INSTALL
IMPORT
SIG · GLSL
G
glsl
otherrustv7.0.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.

Parser
use glsl::parser::Parser;

Parses a GLSL shader source string into an AST.

use glsl::parser::Parser; fn main() { let source = "void main() {}"; let result = Parser::parse(source); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
glsl — cargo add glsl · libregistry