summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_shader_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd/vulkan/radv_shader_helper.h')
-rw-r--r--src/amd/vulkan/radv_shader_helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/amd/vulkan/radv_shader_helper.h b/src/amd/vulkan/radv_shader_helper.h
index faaf965eab5..d9dace0b495 100644
--- a/src/amd/vulkan/radv_shader_helper.h
+++ b/src/amd/vulkan/radv_shader_helper.h
@@ -33,9 +33,9 @@ bool radv_init_llvm_compiler(struct ac_llvm_compiler *info,
void radv_destroy_llvm_compiler(struct ac_llvm_compiler *info,
bool thread_compiler);
-bool radv_compile_to_binary(struct ac_llvm_compiler *info,
- LLVMModuleRef module,
- struct ac_shader_binary *binary);
+bool radv_compile_to_elf(struct ac_llvm_compiler *info,
+ LLVMModuleRef module,
+ char **pelf_buffer, size_t *pelf_size);
#ifdef __cplusplus
}