Skip to content

A tool to create Amber scripts by fuzzing the reference shaders.

Notifications You must be signed in to change notification settings

andreperezmaselco/amber-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amber Fuzz

Amber Fuzz is a graphics tool developed during the Google Summer of Code. It takes an Amber script as input and outputs a new script by fuzzing the reference shaders.

Dependencies

The folder containing spirv-as, spirv-dis and spirv-fuzz must be in the PATH environment variable.

Build

mkdir build && cd build
cmake ..
cmake --build .

Run

./amber-fuzz script.amber

About

A tool to create Amber scripts by fuzzing the reference shaders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published