Skip to content

clstatham/shader-loom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shader-loom

A simple, quick-and-dirty command line interpreter/debugger for GPU shaders.

Uses naga to parse the shader source and then steps through the code sequentially.

Cargo Features

  • wgsl: Enables WGSL shader source input.
  • glsl: Enables GLSL shader source input.

wgsl is enabled by default. Enable glsl by passing --features glsl to cargo.

WIP

This crate is very incomplete. Use with caution!

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published