Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean visualization #9

Open
eafurst opened this issue Sep 14, 2018 · 1 comment
Open

Boolean visualization #9

eafurst opened this issue Sep 14, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@eafurst
Copy link

eafurst commented Sep 14, 2018

Expressions like select and assert operate on booleans. We can come up with a special visualization mode where false is shown as red, and true is shown as green (or black and white), like RenderDoc does.

@eafurst
Copy link
Author

eafurst commented Sep 14, 2018

The tool currently will evaluate true to 255 and false to 0 - generally the true pixels will be white and false will be black unless the select clause evaluates based on a specific color channel (i.e. if the original expression was select(c==0, [true], [false]), the true pixels will be red and the false will be black).

@slomp slomp added the enhancement New feature or request label Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants