mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
11 lines
233 B
C
11 lines
233 B
C
|
|
/*
|
||
|
|
* Copyright © 2024 Intel Corporation
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef EXECUTOR_H
|
||
|
|
#error This file must be included via executor.h
|
||
|
|
#endif
|
||
|
|
|
||
|
|
void genX(emit_execute)(executor_context *ec, const executor_params *params);
|