/*
 * Copyright 2018 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrVkMemoryAllocator_DEFINED
#define GrVkMemoryAllocator_DEFINED

#include "include/gpu/vk/VulkanMemoryAllocator.h"

using GrVkMemoryAllocator = skgpu::VulkanMemoryAllocator;

#endif
