mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
gallium: use better param name
This commit is contained in:
parent
19b26cb0a2
commit
d888812324
1 changed files with 2 additions and 2 deletions
|
|
@ -93,13 +93,13 @@ struct pipe_screen {
|
|||
/**
|
||||
* Check if the given pipe_format is supported as a texture or
|
||||
* drawing surface.
|
||||
* \param tex_usage bitmask of PIPE_BIND_*
|
||||
* \param bindings bitmask of PIPE_BIND_*
|
||||
* \param geom_flags bitmask of PIPE_TEXTURE_GEOM_*
|
||||
*/
|
||||
boolean (*is_format_supported)( struct pipe_screen *,
|
||||
enum pipe_format format,
|
||||
enum pipe_texture_target target,
|
||||
unsigned tex_usage,
|
||||
unsigned bindings,
|
||||
unsigned geom_flags );
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue