| 477 | } |
| 478 | |
| 479 | static const std::string GetVulkanContentDir() { |
| 480 | const std::string TABLE[] = { |
| 481 | "/Config", // ENVIRONMENT_WIN32 |
| 482 | "/share/vulkan/config" // ENVIRONMENT_UNIX |
| 483 | }; |
| 484 | static_assert(std::size(TABLE) == ENVIRONMENT_COUNT); |
| 485 | |
| 486 | return ::GetVulkanDir() + TABLE[VKC_ENV]; |
| 487 | } |
| 488 | |
| 489 | static const std::string GetVulkanProfilesDir() { |
| 490 | const std::string TABLE[] = { |