Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter_vma.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_FLUTTER_VMA_FLUTTER_VMA_H_
6#define FLUTTER_FLUTTER_VMA_FLUTTER_VMA_H_
7
8#include "flutter/vulkan/procs/vulkan_interface.h" // IWYU pragma: keep
9
10// vk_mem_alloc.h includes Vulkan headers, so it needs to come after
11// vulkan_interface.h.
12#include "vk_mem_alloc.h"
13
14#endif // FLUTTER_FLUTTER_VMA_FLUTTER_VMA_H_