chromium/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_table_autogen.cpp

// GENERATED FILE - DO NOT EDIT.
// Generated by gen_vk_format_table.py using data from vk_format_map.json
//
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// vk_format_table_autogen.cpp:
//   Queries for full Vulkan format information based on GL format.

#include "libANGLE/renderer/vulkan/vk_format_utils.h"

#include "image_util/loadimage.h"

usingnamespaceangle;

namespace rx
{
namespace vk
{

void Format::initialize(Renderer *renderer, const angle::Format &angleFormat)
{}

VkFormat GetVkFormatFromFormatID(angle::FormatID formatID)
{}

angle::FormatID GetFormatIDFromVkFormat(VkFormat vkFormat)
{}
}  // namespace vk
}  // namespace rx