blob: ce9b02cc300923e833a3c5b6450e2a473cbda760 [file] [log] [blame]
// Copyright 2024 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.goldfish.platform.sysmem.heap;
enum HEAP_TYPE {
// Heap used by goldfish vulkan for device-local memory.
DEVICE_LOCAL,
// Heap used by goldfish vulkan for host-visible memory.
HOST_VISIBLE,
};