draw: actually a noop, rather than not implemented
[mesa.git] / src / gallium / auxiliary / draw / draw_gs.c
index a36321d9102f71611d6f785725a5940f3b48dd60..cff859a42b7ef32e6f7aee8cfdca7c1afb096f1b 100644 (file)
@@ -75,7 +75,10 @@ draw_gs_set_constants(struct draw_context *draw,
                       const void *constants,
                       unsigned size)
 {
-   debug_printf("draw_gs_set_constants() not implemented yet!\n");
+   /* noop. added here for symmetry with the VS
+    * code and in case we'll ever want to allign
+    * the constants, e.g. when we'll change to a
+    * different interpreter */
 }