mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
nvk: Include nvk_private.h in everything
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
d76175955f
commit
7ebc94a17a
2 changed files with 4 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef NVK_PIPELINE_H
|
||||
#define NVK_PIPELINE_H 1
|
||||
|
||||
#include "nvk_private.h"
|
||||
#include "nvk_shader.h"
|
||||
|
||||
#include "vk_object.h"
|
||||
|
||||
struct vk_pipeline_cache;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef NVK_SHADER_H
|
||||
#define NVK_SHADER_H 1
|
||||
|
||||
#include "nvk_private.h"
|
||||
|
||||
#include "nir.h"
|
||||
|
||||
struct vk_shader_module;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue