chromium/gpu/ipc/common/vulkan_types_mojom_traits.cc

// 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
// It's formatted by clang-format using chromium coding style:
//    clang-format -i -style=chromium filename
// DO NOT EDIT!

#include "gpu/ipc/common/vulkan_info_mojom_traits.h"

namespace mojo {

// static
bool StructTraits<
    gpu::mojom::VkExtensionPropertiesDataView,
    VkExtensionProperties>::Read(gpu::mojom::VkExtensionPropertiesDataView data,
                                 VkExtensionProperties* out) {}

// static
bool StructTraits<gpu::mojom::VkLayerPropertiesDataView, VkLayerProperties>::
    Read(gpu::mojom::VkLayerPropertiesDataView data, VkLayerProperties* out) {}

// static
bool StructTraits<gpu::mojom::VkPhysicalDevicePropertiesDataView,
                  VkPhysicalDeviceProperties>::
    Read(gpu::mojom::VkPhysicalDevicePropertiesDataView data,
         VkPhysicalDeviceProperties* out) {}

// static
bool StructTraits<gpu::mojom::VkPhysicalDeviceLimitsDataView,
                  VkPhysicalDeviceLimits>::
    Read(gpu::mojom::VkPhysicalDeviceLimitsDataView data,
         VkPhysicalDeviceLimits* out) {}

// static
bool StructTraits<gpu::mojom::VkPhysicalDeviceSparsePropertiesDataView,
                  VkPhysicalDeviceSparseProperties>::
    Read(gpu::mojom::VkPhysicalDeviceSparsePropertiesDataView data,
         VkPhysicalDeviceSparseProperties* out) {}

// static
bool StructTraits<gpu::mojom::VkPhysicalDeviceFeaturesDataView,
                  VkPhysicalDeviceFeatures>::
    Read(gpu::mojom::VkPhysicalDeviceFeaturesDataView data,
         VkPhysicalDeviceFeatures* out) {}

// static
bool StructTraits<gpu::mojom::VkQueueFamilyPropertiesDataView,
                  VkQueueFamilyProperties>::
    Read(gpu::mojom::VkQueueFamilyPropertiesDataView data,
         VkQueueFamilyProperties* out) {}

// static
bool StructTraits<gpu::mojom::VkExtent3DDataView, VkExtent3D>::Read(
    gpu::mojom::VkExtent3DDataView data,
    VkExtent3D* out) {}

}  // namespace mojo