Hide translated shader dumping behind behind a launch flag #57
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#57
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ideally I'd like to keep logging as minimal as possible, even in debug, and refrain from logging when things work as expected.
My current thinking is to hide the logging of shader translations behind a new launch flag that forces all shader translations to be logged under info.
The launch flag will require some new infrastructure adding to the framework entry-point, probably needs a little rethinking on how we "start" Ona too.