mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
util: Fix typo of debug_dump_float_rgba_bmp.
This commit is contained in:
parent
8266f1e5a5
commit
9f5640d10b
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ void debug_dump_float_rgba_bmp(const char *filename,
|
|||
#define debug_dump_surface(prefix, surface) ((void)0)
|
||||
#define debug_dump_surface_bmp(filename, surface) ((void)0)
|
||||
#define debug_dump_transfer_bmp(filename, transfer) ((void)0)
|
||||
#define debug_dump_rgba_float_bmp(filename, width, height, rgba, stride) ((void)0)
|
||||
#define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue