gallivm: implement indirect addressing over temporaries
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
index 9d1103176981af7d7bb9f010e8218f5606891196..5e8bef4f5ea333fda0c7caadcfff1b992ad8bef2 100644 (file)
@@ -252,7 +252,8 @@ generate_vs(struct draw_llvm *llvm,
                      NULL /*pos*/,
                      inputs,
                      outputs,
-                     NULL/*sampler*/);
+                     NULL/*sampler*/,
+                     &llvm->draw->vs.vertex_shader->info);
 }
 
 #if DEBUG_STORE