cf_shader_reload¶
Category: draw
GitHub: cute_draw.h
Reloads a draw shader from its original file path.
| Parameters | Description |
|---|---|
shader |
Pointer to the shader handle. Updated in-place on success. |
Return Value¶
Returns true on success.
Remarks¶
Only works for shaders originally created with cf_make_draw_shader. The shader's path is recorded internally at creation time.