yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze_bitmap Struct Reference

Primitive of a Bitmap. More...

#include <yaze.h>

Public Attributes

int width
 
int height
 
uint8_t bpp
 
uint8_t * data
 

Detailed Description

Primitive of a Bitmap.

Definition at line 79 of file yaze.h.

Member Data Documentation

◆ width

int yaze_bitmap::width

Definition at line 80 of file yaze.h.

Referenced by yaze_load_bitmap().

◆ height

int yaze_bitmap::height

Definition at line 81 of file yaze.h.

Referenced by yaze_load_bitmap().

◆ bpp

uint8_t yaze_bitmap::bpp

Definition at line 82 of file yaze.h.

Referenced by yaze_load_bitmap().

◆ data

uint8_t* yaze_bitmap::data

Definition at line 83 of file yaze.h.

Referenced by yaze_load_bitmap().


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