blob: 0e8f9bed902e3b4a8a139c00316fd8d0a757fbad [file] [log] [blame]
/*
* Copyright 2024 Intel Corporation
* SPDX-License-Identifier: MIT
*/
#pragma once
#include "nir.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const struct nir_shader_compiler_options elk_scalar_nir_options;
extern const struct nir_shader_compiler_options elk_vector_nir_options;
#ifdef __cplusplus
}
#endif