Go to file
2022-11-09 01:11:25 -05:00
.idea gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
librashader preprocess: implement stage separator to complete preprocessor 2022-10-22 02:54:06 -04:00
librashader-preprocess reflect: add reflection crate 2022-10-23 02:36:41 -04:00
librashader-presets chore: run fmt 2022-10-23 00:59:18 -04:00
librashader-reflect gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
librashader-runtime-dx11 gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
librashader-runtime-gl gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
naga@9df19a0ca7 reflect: some cursed experiments 2022-10-25 01:47:41 -04:00
target repo: move slang-shaders to root/test 2022-10-21 00:09:38 -04:00
test hlsl: implement hlsl reflection 2022-11-07 00:25:11 -05:00
.gitignore preset: consider scale when parsing xy scale 2022-10-20 23:11:23 -04:00
.gitmodules reflect: some cursed experiments 2022-10-25 01:47:41 -04:00
Cargo.lock gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
Cargo.toml gl: add name mapping to gl compiler 2022-11-09 01:11:25 -05:00
README.md Initial commit 2022-10-17 23:52:16 -04:00

librashader

Pure Rust implementation of the RetroArch shader pipeline as a dynamic library.

Heavily WIP