gallium: add blob field to pipe_llvm_program_header
[mesa.git] / src / gallium / include / pipe / p_state.h
index 41c374028233e416aac939230d73906b2d0be67d..4b23824f3de3b6e4263aaf4f415918ebdb5954ad 100644 (file)
@@ -884,6 +884,7 @@ struct pipe_grid_info
 struct pipe_llvm_program_header
 {
    uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */
+   char blob[];
 };
 
 struct pipe_compute_state