|
maug
Quick and dirty C mini-augmentation library.
|
Platform-specific bitmap structure. retroflat_bitmap_ok() can be used on a pointer to it to determine if a valid bitmap is loaded. More...
#include <retpltd.h>
Data Fields | |
| size_t | sz |
| Size of the bitmap structure, used to check VDP compatibility. | |
| uint8_t | flags |
| Platform-specific bitmap flags. | |
| struct RETROFLAT_GLTEX | tex |
Related Symbols | |
(Note that these are not member symbols.) | |
| #define | RETROFLAT_FLAGS_LOCK 0x01 |
Platform-specific bitmap structure. retroflat_bitmap_ok() can be used on a pointer to it to determine if a valid bitmap is loaded.
Please see the RetroFlat Bitmap API for more information.