blob: b2d7131df08bbdf3ee79cbfde5f016f826f3e442 [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 vector<uint8>:2048;
semaphores vector<koid>;
};