Skip to content

fplImageSource Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores data for working with an image source. More...

#include <final_platform_layer.h>

Data Fields

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

Detailed Description

Stores data for working with an image source.

Definition at line 6505 of file final_platform_layer.h.

Field Documentation

data

const uint8_t* fplImageSource::data

Reference to the source data.

Definition at line 6507 of file final_platform_layer.h.

height

uint32_t fplImageSource::height

Height in pixels.

Definition at line 6511 of file final_platform_layer.h.

type

fplImageType fplImageSource::type

Image type.

Definition at line 6513 of file final_platform_layer.h.

width

uint32_t fplImageSource::width

Width in pixels.

Definition at line 6509 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally