google/vulkan-performance-layers

Improve source code directory structure

Closed this issue · 1 comments

kuhar commented

Currently all source and header files are in the same directory. This is not glob-friendly because we keep multiple binaries (layer .sos) in the same directory.

Instead, we should separate out common source files and create a source directory for each binary target.