mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
r600g/llvm: uses function attribute to pass shader type
This commit is contained in:
parent
af38695f51
commit
4ac0d85ca6
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ static void llvm_load_input(
|
|||
static void llvm_emit_prologue(struct lp_build_tgsi_context * bld_base)
|
||||
{
|
||||
struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base);
|
||||
radeon_llvm_shader_type(ctx->main_fn, ctx->type);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue