flutter/build/vulkan/config.gni
Chinmay Garde ad2720c94b
Copy Vulkan headers not currently vended by the Fuchsia SDK. (#240)
Tracked in DX-1449. This can be removed one that issue is fixed.
2019-04-30 11:59:26 -07:00

8 lines
209 B
Plaintext

# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
fuchsia_use_vulkan = true
}