A simple SPIR-V targeting compiler
Go to file
Avery e81515ed5d
Revert comment change
2 weeks ago
src Revert comment change 2 weeks ago
.gitignore Initial commit 1 month ago
Cargo.lock Initial commit 1 month ago
Cargo.toml Initial commit 1 month ago
README.md An initial README file :) 1 month ago

README.md

A simplistic low-level compiler for a high-level shader bytecode.

Compiler backend, parser, bad prototype Rust:

ity

Compiler frontend (error reporting, validation...), fixing & cleaning up ity's bad Rust:

Avery