Skip to content

Commit

Permalink
build: Use utility libraries vk_enum_string_helper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Aug 15, 2023
1 parent 3e90572 commit 6f259ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions layer/profiles_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@
#include "vulkan/vulkan_beta.h"
#include "vulkan/vulkan_screen.h"
#include "vk_layer_table.h"
#include "generated/vk_enum_string_helper.h"
#include <vulkan/vk_enum_string_helper.h>
#include <vulkan/layer/vk_layer_settings.h>

#include "profiles.h"

//typedef std::vector<std::pair<std::string, int>> List;

//void LayerSettingsLog(const char *pSettingName, const char *pMessage);

std::string format(const char *message, ...);

//std::string GetString(const List &list);
Expand Down
2 changes: 1 addition & 1 deletion scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "87b77bc639d066c7f17af50e3ebb503d4bf06e5b",
"commit": "c8a4566f8994d9c8e71bf19f1b97e94324b85335",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
Expand Down

0 comments on commit 6f259ef

Please sign in to comment.