google / amber

Amber is a multi-API shader test framework
Apache License 2.0
188 stars 63 forks source link

Remove shader debugging from Amber #1001

Closed ben-clayton closed 1 year ago

ben-clayton commented 1 year ago

SwiftShader was the only implementation that supported this, but has disabled this code due to lack of use. If there's no driver that supports shader debugging, then it doesn't need to exist and be maintained in Amber.

If one day, we want this again, then this CL can be reverted.

Fixes: #999