Skip to content

Commit

Permalink
build: Add layer settings library for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Aug 17, 2023
1 parent b1ffedf commit b34cae8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions build-android/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.3.261"
},
{
"name": "Vulkan-Utility-Libraries",
"url": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git",
"sub_dir": "Vulkan-Utility-Libraries",
"build_dir": "Vulkan-Utility-Libraries/build",
"install_dir": "Vulkan-Utility-Libraries/build/install",
"commit": "c0525368d724896349b40d8aa7b779f32bbbed0c",
"deps": [
{
"var_name": "VULKAN_HEADERS_INSTALL_DIR",
"repo_name": "Vulkan-Headers"
}
]
},
{
"name": "glslang",
"url": "https://github.com/KhronosGroup/glslang.git",
Expand All @@ -30,6 +44,7 @@
],
"install_names": {
"Vulkan-Headers": "VULKAN_HEADERS_INSTALL_DIR",
"Vulkan-Utility-Libraries": "VULKAN_UTILITY_LIBRARIES_INSTALL_DIR",
"glslang": "GLSLANG_INSTALL_DIR",
"SPIRV-Headers": "SPIRV_HEADERS_INSTALL_DIR"
}
Expand Down
2 changes: 1 addition & 1 deletion layers/decompression/decompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ std::vector<std::pair<uint32_t, uint32_t>> custom_stype_info{};
namespace memory_decompression {

static const VkLayerProperties kGlobalLayer = {
"VK_LAYER_KHRONOS_decompression",
"VK_LAYER_KHRONOS_memory_decompression",
VK_HEADER_VERSION_COMPLETE,
1,
"Default memory decompression layer",
Expand Down

0 comments on commit b34cae8

Please sign in to comment.