blob: 413882bb36f9d9d0bf12815bd2ed17554d9ad7c5 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.starnix.gralloc;
@available(added=HEAD)
type VulkanMode = flexible enum : uint32 {
NOT_YET_SET = 0;
SWIFTSHADER = 1;
MAGMA = 2;
};