new/include/render.h
2025-12-18 13:44:38 -06:00

17 lines
320 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void render(unsigned int program,
unsigned int program__trans,
unsigned int program__texture0,
unsigned int color,
unsigned int vertex_array,
int triangles_length);
#ifdef __cplusplus
}
#endif