File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- ** Copyright (c) 2015-2018, 2023-2025 The Khronos Group Inc.
2+ ** Copyright (c) 2015-2018, 2023-2026 The Khronos Group Inc.
33** Modifications Copyright (C) 2024-2026 Advanced Micro Devices, Inc. All rights reserved.
44**
55** Licensed under the Apache License, Version 2.0 (the "License");
@@ -2010,6 +2010,7 @@ static VKAPI_ATTR VkDeviceSize VKAPI_CALL GetPhysicalDeviceDescriptorSizeEXT(VkP
20102010 case VK_DESCRIPTOR_TYPE_BLOCK_MATCH_IMAGE_QCOM:
20112011 case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR:
20122012 case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV:
2013+ case VK_DESCRIPTOR_TYPE_PARTITIONED_ACCELERATION_STRUCTURE_NV:
20132014 case VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT:
20142015 return 256 ;
20152016 default :
You can’t perform that action at this time.
0 commit comments