MLX42 1.0
MLX42
Loading...
Searching...
No Matches
mlx_compare.c File Reference
#include "MLX42/MLX42_Int.h"
Include dependency graph for mlx_compare.c:

Go to the source code of this file.

Functions

bool mlx_equal_image (void *lstcontent, void *value)
 
bool mlx_equal_inst (void *lstcontent, void *value)
 

Function Documentation

◆ mlx_equal_image()

bool mlx_equal_image ( void lstcontent,
void value 
)

Definition at line 17 of file mlx_compare.c.

18{
20 const mlx_image_t* lvalue = value;
21
22 return (lcontent == lvalue);
23}
GLfloat value
Definition glad.h:2667
GLuint GLsizei GLsizei * length
Definition glad.h:3372
Here is the caller graph for this function:

◆ mlx_equal_inst()

bool mlx_equal_inst ( void lstcontent,
void value 
)

Definition at line 25 of file mlx_compare.c.

26{
28 const mlx_image_t* lvalue = value;
29
30 return (lcontent->image == lvalue);
31}
Here is the caller graph for this function: