blob: 91083c760a53412e493c4ba64f91b2da6bfa422d [file] [log] [blame]
Brian Osmanf2c90142017-07-13 15:50:03 -04001# Copyright 2017 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
Robert Phillips193de5d2017-11-10 08:22:28 -05005flutter_defines = [
Robert Phillipsa3f70262018-02-08 10:59:38 -05006 "SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
7 "SK_DISABLE_RENDER_TARGET_SORTING",
Greg Daniel7454cbd2018-06-22 15:53:02 -04008 "SK_SUPPORT_LEGACY_VULKAN_INTERFACE",
Leon Scroggins III4a0ba282018-08-22 11:31:32 -04009 "SK_LEGACY_SKCODEC_NONE_ENUM",
Robert Phillips193de5d2017-11-10 08:22:28 -050010]