blob: 034e1f506c6769a79f6cbd90a13fcd9945836cb7 [file] [log] [blame]
/*
* 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