gallium: use better param name

This commit is contained in:
Brian Paul 2010-04-22 14:39:03 -06:00
parent 19b26cb0a2
commit d888812324

View file

@ -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 );
/**