summaryrefslogtreecommitdiff
path: root/chapters/commonvalidity/buffer_usage_flags_common.adoc
blob: f921e8eac9955180d6c7f793bf31f02960633328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright 2020-2024 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

// Common Valid Usage
// Common for VkBufferUsageFlags2CreateInfoKHR
  * [[VUID-{refpage}-None-09499]]
    {empty}
ifdef::VK_KHR_maintenance5[]
    If the pname:pNext chain does not include a
    slink:VkBufferUsageFlags2CreateInfoKHR structure,
endif::VK_KHR_maintenance5[]
    pname:usage: must be a valid combination of elink:VkBufferUsageFlagBits
    values
  * [[VUID-{refpage}-None-09500]]
    {empty}
ifdef::VK_KHR_maintenance5[]
    If the pname:pNext chain does not include a
    slink:VkBufferUsageFlags2CreateInfoKHR structure,
endif::VK_KHR_maintenance5[]
    pname:usage: must not be 0
// Common Valid Usage