panfrost: Fix panfrost_bo_access memory leak
[mesa.git] / src / gallium / drivers / zink / zink_compiler.h
index 3e9b640a3a8a81f306fa1fab946296b9c602a363..47e5b4b7c480dcc473d19a399bce57017c20fd34 100644 (file)
@@ -27,6 +27,8 @@
 #include "pipe/p_defines.h"
 #include "pipe/p_state.h"
 
+#include "compiler/shader_info.h"
+
 #include <vulkan/vulkan.h>
 
 struct pipe_screen;
@@ -48,6 +50,8 @@ zink_tgsi_to_nir(struct pipe_screen *screen, const struct tgsi_token *tokens);
 struct zink_shader {
    VkShaderModule shader_module;
 
+   shader_info info;
+
    struct {
       int index;
       int binding;