Subastra
Loading...
Searching...
No Matches
Data Structures | Functions
image.h File Reference
#include <GLFW/glfw3.h>
#include <stb/stb_image.h>
#include "../memory.h"
Include dependency graph for image.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  image_t
 The raw data of an image. More...
 

Functions

static void image_bind (image_t *image)
 

Function Documentation

◆ image_bind()

static void image_bind ( image_t image)
static