diff options
author | Brian Paul <[email protected]> | 2011-06-29 07:23:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-06-29 07:23:47 -0600 |
commit | 475685ce5079877be5fc1fbcb8206dff4b79b0f3 (patch) | |
tree | b6db26deb688a1ac06cd4bbe359e8a76f66e4652 | |
parent | 9b5c538726d279c79c1c74047fe19a6caab5321e (diff) |
st/mesa: s/tex_usage/bindings/ in st_format.h
Just be consistent with the .c file.
-rw-r--r-- | src/mesa/state_tracker/st_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 7bda785af60..1c1f5965f66 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -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, |