blob: 63b574985d14112c79ce9a6a5803aa601b39250d [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 test.benchmarkfidl;
alias koid = uint64;
// Based on fuchsia.gpu.magma.Primary.ExecuteImmediateCommand.
type ExecuteImmediateCommandsRequest = struct {
context_id uint32;
command_data bytes:2048;
semaphores vector<koid>;
};