#include "IntTypes.h"
#include <stdbool.h>
#include "DynArray.h"
#include "HandleDefs.h"
Go to the source code of this file.
◆ CHANNELS_PER_PIXEL
| #define CHANNELS_PER_PIXEL 4 |
◆ IR_DestroyImageRegistry()
| void IR_DestroyImageRegistry |
( |
| ) |
|
◆ IR_GetImageData()
◆ IR_GetImageFile()
◆ IR_InitImageRegistry()
| void IR_InitImageRegistry |
( |
const char * |
jsonPath | ) |
|
◆ IR_IsImageLoaded()
| bool IR_IsImageLoaded |
( |
HImage |
hImage | ) |
|
◆ IR_LoadImageSync()
◆ IR_LookupHandleByPath()
| HImage IR_LookupHandleByPath |
( |
const char * |
path | ) |
|
◆ IR_RegisterImagePath()
| HImage IR_RegisterImagePath |
( |
const char * |
path | ) |
|