hal_gfx_provisional.h File Reference
#include "hal_gfx_sys_defs.h"

Go to the source code of this file.

Functions

void hal_gfx_fill_triangle_strip_f (float *vertices, int num_vertices, int stride, uint32_t rgba8888)
 Fill a triangle strip with color (float coordinates) More...
 
void hal_gfx_fill_triangle_fan_f (float *vertices, int num_vertices, int stride, uint32_t rgba8888)
 Fill a traingle fan with color (float coordinates) More...