1// Copyright 2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5// Common Valid Usage 6// Common to micromap property query 7 * [[VUID-{refpage}-pMicromaps-07501]] 8 All micromaps in pname:pMicromaps must: have been constructed prior to 9 the execution of this command 10 * [[VUID-{refpage}-pMicromaps-07502]] 11 All micromaps in pname:pMicromaps must: have been constructed with 12 ename:VK_BUILD_MICROMAP_ALLOW_COMPACTION_BIT_EXT if pname:queryType is 13 ename:VK_QUERY_TYPE_MICROMAP_COMPACTED_SIZE_EXT 14 * [[VUID-{refpage}-queryType-07503]] 15 pname:queryType must: be ename:VK_QUERY_TYPE_MICROMAP_COMPACTED_SIZE_EXT 16 or ename:VK_QUERY_TYPE_MICROMAP_SERIALIZATION_SIZE_EXT 17// Common Valid Usage 18