vulkan-performance-layers icon indicating copy to clipboard operation
vulkan-performance-layers copied to clipboard

Vulkan layers to measure and analyze graphics performance.

Results 2 vulkan-performance-layers issues
Sort by recently updated
recently updated
newest added

We cannot use Abseil in dynamically loaded and dynamically unloaded libraries: https://abseil.io/about/compatibility#what-users-must-and-must-not-do Dynamic unloading of performance layers causes crashes because of Abseil code.

bug

The filesystem library is hardcoded as the libstdc++ one: ``` set(FILESYSTEM_LIB_NAME stdc++fs) ```

enhancement
good first issue
help wanted