ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
images_load_from_buffer.c File Reference
#include "../../ugbc.h"
#include "../../libs/stb_image.h"
#include "../../libs/msc1.h"

Go to the source code of this file.

Functions

Variableimages_load_from_buffer (Environment *_environment, char *_buffer, int _buffer_size)
 Emit code for (IMAGES)#[...].

Function Documentation

◆ images_load_from_buffer()

Variable * images_load_from_buffer ( Environment * _environment,
char * _buffer,
int _buffer_size )

Emit code for (IMAGES)#[...].

Parameters
_environmentCurrent calling environment
_filenameFilename to read into buffer
_modeMode to use to convert data

Definition at line 48 of file images_load_from_buffer.c.