1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
gpu / ipc / common / generated_vulkan_type_mappings.gni [blame]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file is auto-generated from
# gpu/ipc/common/generate_vulkan_types.py
# DO NOT EDIT!
generated_vulkan_type_mappings = [
{
mojom = "gpu.mojom.VkExtensionProperties"
cpp = "::VkExtensionProperties"
},
{
mojom = "gpu.mojom.VkLayerProperties"
cpp = "::VkLayerProperties"
},
{
mojom = "gpu.mojom.VkPhysicalDeviceProperties"
cpp = "::VkPhysicalDeviceProperties"
},
{
mojom = "gpu.mojom.VkPhysicalDeviceType"
cpp = "::VkPhysicalDeviceType"
},
{
mojom = "gpu.mojom.VkPhysicalDeviceLimits"
cpp = "::VkPhysicalDeviceLimits"
},
{
mojom = "gpu.mojom.VkPhysicalDeviceSparseProperties"
cpp = "::VkPhysicalDeviceSparseProperties"
},
{
mojom = "gpu.mojom.VkPhysicalDeviceFeatures"
cpp = "::VkPhysicalDeviceFeatures"
},
{
mojom = "gpu.mojom.VkQueueFamilyProperties"
cpp = "::VkQueueFamilyProperties"
},
{
mojom = "gpu.mojom.VkExtent3D"
cpp = "::VkExtent3D"
},
]