diff options
Diffstat (limited to 'src/amd/common/ac_shader_abi.h')
-rw-r--r-- | src/amd/common/ac_shader_abi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/amd/common/ac_shader_abi.h b/src/amd/common/ac_shader_abi.h index c89987c35f8..290014ad238 100644 --- a/src/amd/common/ac_shader_abi.h +++ b/src/amd/common/ac_shader_abi.h @@ -115,9 +115,7 @@ struct ac_shader_abi { bool is_compact, unsigned writemask); - LLVMValueRef (*load_tess_coord)(struct ac_shader_abi *abi, - LLVMTypeRef type, - unsigned num_components); + LLVMValueRef (*load_tess_coord)(struct ac_shader_abi *abi); LLVMValueRef (*load_patch_vertices_in)(struct ac_shader_abi *abi); |