diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2025-07-20 22:59:59 -0700 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-07-21 09:48:36 -0500 |
| commit | f766b30b2de3ffe2cf6b656d943720882617ec58 (patch) | |
| tree | c8488339a0c84d77fbfa4af89f9db761de021193 /icd/generated/function_declarations.h | |
| parent | 36f2e7584258bea0b6d71aed7108f5afe11ea494 (diff) | |
| download | usermoji-f766b30b2de3ffe2cf6b656d943720882617ec58.tar.xz | |
build: Update to header 1.4.323
- Fix a warning in cube.cpp due to resetFences becoming nodiscard
Diffstat (limited to 'icd/generated/function_declarations.h')
| -rw-r--r-- | icd/generated/function_declarations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/generated/function_declarations.h b/icd/generated/function_declarations.h index 85406a95..638ffaaf 100644 --- a/icd/generated/function_declarations.h +++ b/icd/generated/function_declarations.h @@ -432,7 +432,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = { {"VK_EXT_shader_replicated_composites", 1}, {"VK_EXT_shader_float8", 1}, {"VK_NV_ray_tracing_validation", 1}, - {"VK_NV_cluster_acceleration_structure", 3}, + {"VK_NV_cluster_acceleration_structure", 4}, {"VK_NV_partitioned_acceleration_structure", 1}, {"VK_EXT_device_generated_commands", 1}, {"VK_KHR_maintenance8", 1}, |
