pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output DECs
[mesa.git] / src / mesa / pipe / tgsi / mesa / mesa_to_tgsi.h
index dc020cefaa89287388fbac5125e24206abd1ea8a..cf85eb9c0b1eba13084f50e23171720d20222637 100644 (file)
@@ -26,7 +26,10 @@ tgsi_mesa_compile_vp_program(
    const GLuint inputMapping[],\r
    const ubyte inputSemanticName[],\r
    const ubyte inputSemanticIndex[],\r
+   GLuint numOutputs,\r
    const GLuint outputMapping[],\r
+   const ubyte outputSemanticName[],\r
+   const ubyte outputSemanticIndex[],\r
    struct tgsi_token *tokens,\r
    GLuint maxTokens );\r
 \r