summaryrefslogtreecommitdiff
path: root/chapters/commonvalidity/memory_reservation_request_count_common.adoc
blob: 3c489761092ef5cc49c7374195841634d102577e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020-2024 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

// Common Valid Usage
// Common to creating objects
ifdef::VKSC_VERSION_1_0[]
  * [[VUID-{refpage}-device-05068]]
    The number of {objectnameplural} currently allocated from pname:device
    plus {objectcount} must: be less than or equal to the total number of
    {objectnameplural} requested via
    slink:VkDeviceObjectReservationCreateInfo::pname:{objectnamecamelcase}RequestCount
    specified when pname:device was created
endif::VKSC_VERSION_1_0[]
// Common Valid Usage