16 lines
335 B
C
16 lines
335 B
C
|
|
/*
|
||
|
|
* 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
|