blob: b32cc16eb5373d277185f0c2902a6e858ca8e4dc [file] [log] [blame]
/*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrVkExtensions_DEFINED
#define GrVkExtensions_DEFINED
#include "include/gpu/vk/VulkanExtensions.h"
using GrVkExtensions = skgpu::VulkanExtensions;
#endif