nvk: Include nvk_private.h in everything
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
d76175955f
commit
7ebc94a17a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user