st/mesa: decrease the size of st_vertex_program
[mesa.git] / src / mesa / state_tracker / st_mesa_to_tgsi.h
index 3df54ce5b87b2158238d053dacd5cd0308a1a2ed..42015fc48ae265c6d7db1a03549bf92352dbac6b 100644 (file)
@@ -51,12 +51,12 @@ st_translate_mesa_program(
    struct ureg_program *ureg,
    const struct gl_program *program,
    GLuint numInputs,
-   const GLuint inputMapping[],
+   const ubyte inputMapping[],
    const ubyte inputSemanticName[],
    const ubyte inputSemanticIndex[],
    const GLuint interpMode[],
    GLuint numOutputs,
-   const GLuint outputMapping[],
+   const ubyte outputMapping[],
    const ubyte outputSemanticName[],
    const ubyte outputSemanticIndex[]);