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