diff options
| author | realtradam <[email protected]> | 2023-06-13 17:50:34 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-13 17:50:34 -0400 |
| commit | 425516a9c53183179c43517f1b6501a790378a05 (patch) | |
| tree | 9b4d905a0dd79364cf44ab52332f5973cc974f17 /include/rodeo | |
| parent | dcf3e1da9e9e1048604eaf2286bca055eff05be9 (diff) | |
| download | RodeoKit-425516a9c53183179c43517f1b6501a790378a05.tar.gz RodeoKit-425516a9c53183179c43517f1b6501a790378a05.zip | |
finish implementing letterbox functionality
Diffstat (limited to 'include/rodeo')
| -rw-r--r-- | include/rodeo/gfx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h index 05ce7d0..0195f49 100644 --- a/include/rodeo/gfx.h +++ b/include/rodeo/gfx.h @@ -25,6 +25,12 @@ rodeo_gfx_width_get(void); float rodeo_gfx_height_get(void); +rodeo_rectangle_t +rodeo_gfx_letterbox_first_get(void); + +rodeo_rectangle_t +rodeo_gfx_letterbox_second_get(void); + cstr rodeo_gfx_renderer_name_get(void); |
