mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
radv: fix warning since using common gs emit code
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
09bf5491c4
commit
a465eae38f
1 changed files with 0 additions and 1 deletions
|
|
@ -3003,7 +3003,6 @@ visit_emit_vertex(struct nir_to_llvm_context *ctx,
|
|||
{
|
||||
LLVMValueRef gs_next_vertex;
|
||||
LLVMValueRef can_emit, kill;
|
||||
LLVMValueRef args[2];
|
||||
int idx;
|
||||
|
||||
assert(instr->const_index[0] == 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue