st/mesa: add support for ARB_texture_multisample (v3)
[mesa.git] / src / mesa / state_tracker / st_texture.h
index 8a701009a51d63f88a29112f355131fcedb60927..da899c90d4167b045a3b2698ca9cfed0bf01b1fc 100644 (file)
@@ -153,6 +153,7 @@ st_texture_create(struct st_context *st,
                   GLuint height0,
                   GLuint depth0,
                   GLuint layers,
+                  GLuint nr_samples,
                   GLuint tex_usage );