mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
st/mesa: s/tex_usage/bindings/ in st_format.h
Just be consistent with the .c file.
This commit is contained in:
parent
9b5c538726
commit
475685ce50
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue