mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
9 lines
168 B
C
9 lines
168 B
C
#ifndef H_SPICE_BITMAP_UTILS
|
|
#define H_SPICE_BITMAP_UTILS
|
|
|
|
void dump_bitmap(SpiceBitmap *bitmap);
|
|
|
|
int spice_bitmap_from_surface_type(uint32_t surface_format);
|
|
|
|
#endif
|