gallium: add PIPE_CAP_MAX_VERTEX_BUFFERS
[mesa.git] / src / gallium / include / pipe / p_state.h
index 41c374028233e416aac939230d73906b2d0be67d..b0d8eaed2fa90714c380835cf382ae23ab0f2fee 100644 (file)
@@ -879,11 +879,12 @@ struct pipe_grid_info
 };
 
 /**
- * Structure used as a header for serialized LLVM programs.
+ * Structure used as a header for serialized compute programs.
  */
-struct pipe_llvm_program_header
+struct pipe_binary_program_header
 {
    uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */
+   char blob[];
 };
 
 struct pipe_compute_state