Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplImageSource Struct Reference

A structure containing data for working with a image source. More...

#include <final_platform_layer.h>

Data Fields

const uint8_t * data
 Pointer to the source data.
 
uint32_t height
 Height in pixels.
 
fplImageType type
 Image type.
 
uint32_t width
 Width in pixels.
 

Detailed Description

A structure containing data for working with a image source.

Definition at line 3886 of file final_platform_layer.h.

Field Documentation

◆ data

const uint8_t* fplImageSource::data

Pointer to the source data.

Definition at line 3888 of file final_platform_layer.h.

◆ height

uint32_t fplImageSource::height

Height in pixels.

Definition at line 3892 of file final_platform_layer.h.

◆ type

fplImageType fplImageSource::type

Image type.

Definition at line 3894 of file final_platform_layer.h.

◆ width

uint32_t fplImageSource::width

Width in pixels.

Definition at line 3890 of file final_platform_layer.h.


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