Fix faders, z indexing, svg rendering
This commit is contained in:
@@ -27,5 +27,5 @@ void renderer_set_clear_color(Renderer *renderer, float r, float g, float b
|
||||
struct Vec2F32;
|
||||
Vec2F32 renderer_measure_text(const char *text, int32_t length, float font_size, void *user_data);
|
||||
|
||||
// Upload an R8 icon atlas texture for icon rendering
|
||||
// Upload an RGBA8 icon atlas texture for icon rendering (4 bytes per pixel)
|
||||
void renderer_create_icon_atlas(Renderer *renderer, const uint8_t *data, int32_t w, int32_t h);
|
||||
|
||||
Reference in New Issue
Block a user