blob: d96d5bab8c6d399ca8ffba36e9143bd5c93d066f [file] [log] [blame]
// Copyright 2020 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 benchmarkfidl;
alias koid = uint64;
// Based on fuchsia.gpu.magma.Primary.ExecuteImmediateCommand.
struct ExecuteImmediateCommandsRequest {
uint32 context_id;
bytes:2048 command_data;
vector<koid> semaphores;
};