1// Copyright 2020-2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to creating objects
7ifdef::VKSC_VERSION_1_0[]
8  * [[VUID-{refpage}-device-05068]]
9    The number of {objectnameplural} currently allocated from pname:device
10    plus {objectcount} must: be less than or equal to the total number of
11    {objectnameplural} requested via
12    slink:VkDeviceObjectReservationCreateInfo::pname:{objectnamecamelcase}RequestCount
13    specified when pname:device was created
14endif::VKSC_VERSION_1_0[]
15// Common Valid Usage
16