GPUOpen-Tools/GPU-Reshape

Workspace - Shaders

aurolou opened this issue · 2 comments

The workspace has Shaders and Pipelines. Right click on Pipelines gives me the option to add a Filter, while right click on Shaders just shows an empty UI box at the mouse cursor. Is it just down to a not-implemented shader filter yet?

Shader filters are not a thing yet, I could introduce them but there's some API differences here.

Vulkan shader modules are namable, from which I could do the filter. However, DX12 "shaders" are not. Perhaps the correct approach is to filter on both naming, if applicable, and additionally filter on the debugging source path.

Regarding the empty context menu, needs a UI improvement.

The context menu issue has since been fixed.