maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RETROFLAT_BITMAP Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: