diff options
author | Brian Paul <[email protected]> | 2008-03-21 10:50:26 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-03-21 11:06:52 -0600 |
commit | 419248b5287e98494d4460ed418e572a8e556ac6 (patch) | |
tree | 8bf6aba0f2afa5351dae747d441e2a165a88bbc4 /src | |
parent | a472e3558e96dc4efcfee5db0e0cd21d9318dd30 (diff) |
gallium: document is_format_supported()'s type param
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 6be9a82b68d..35bd46d691a 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -69,6 +69,7 @@ struct pipe_screen { float (*get_paramf)( struct pipe_screen *, int param ); + /**< type is one of PIPE_TEXTURE, PIPE_SURFACE */ boolean (*is_format_supported)( struct pipe_screen *, enum pipe_format format, uint type ); |