st/mesa: s/tex_usage/bindings/ in st_format.h

Just be consistent with the .c file.
This commit is contained in:
Brian Paul 2011-06-29 07:23:45 -06:00
parent 9b5c538726
commit 475685ce50

View file

@ -54,7 +54,7 @@ extern enum pipe_format
st_choose_format(struct pipe_screen *screen, GLenum internalFormat,
GLenum format, GLenum type,
enum pipe_texture_target target, unsigned sample_count,
unsigned tex_usage);
unsigned bindings);
extern enum pipe_format
st_choose_renderbuffer_format(struct pipe_screen *screen,