liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
BMPHeader
liberty
image
format
bmp
*
struct
BMPHeader {
uint
dataPosition
;
uint
size
;
uint
width
;
uint
height
;
}
Members
Variables
dataPosition
uint
dataPosition
;
*
height
uint
height
;
*
size
uint
size
;
*
width
uint
width
;
*
Meta
Source
See Implementation
liberty
image
format
bmp
classes
BMPImage
manifest constants
IMPLICIT_BMP_HEADER_DATA_POSITION
structs
BMPHeader
*