• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2016 Google Inc.
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 
8 #ifndef GrVkBackendContext_DEFINED
9 #define GrVkBackendContext_DEFINED
10 
11 #include "include/gpu/vk/VulkanBackendContext.h"
12 
13 #include "include/gpu/vk/GrVkTypes.h"  // IWYU pragma: keep
14 
15 using GrVkBackendContext = skgpu::VulkanBackendContext;
16 
17 #endif
18