blob: a0512e33c53eb0397b738deb8b1928dd1bf4b20c [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "impeller/renderer/backend/vulkan/vertex_descriptor_vk.h"
namespace impeller {
VertexDescriptorVK::VertexDescriptorVK() = default;
VertexDescriptorVK::~VertexDescriptorVK() = default;
} // namespace impeller