mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 19:48:20 +02:00
nak: Don't include full nir.h in nak.h
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33439>
This commit is contained in:
parent
5fd809b195
commit
64887de2af
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#define NAK_H
|
||||
|
||||
#include "compiler/shader_enums.h"
|
||||
#include "nir.h"
|
||||
#include "nir_defines.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
|
@ -20,7 +20,6 @@ extern "C" {
|
|||
#define NAK_SUBGROUP_SIZE 32
|
||||
|
||||
struct nak_compiler;
|
||||
struct nir_shader_compiler_options;
|
||||
struct nv_device_info;
|
||||
|
||||
struct nak_compiler *nak_compiler_create(const struct nv_device_info *dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue