diff options
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 4b23824f3de..b0d8eaed2fa 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -879,9 +879,9 @@ 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[]; |