mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fix name of c99 equivalent for setViewRect
This commit is contained in:
committed by
Бранимир Караџић
parent
3f1c51203b
commit
de9f0195cf
@@ -3240,7 +3240,7 @@ namespace bgfx
|
||||
/// @param[in] _ratio Width and height will be set in respect to back-buffer size. See:
|
||||
/// `BackbufferRatio::Enum`.
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_set_view_rect_auto`.
|
||||
/// @attention C99 equivalent is `bgfx_set_view_rect_ratio`.
|
||||
///
|
||||
void setViewRect(
|
||||
ViewId _id
|
||||
|
||||
Reference in New Issue
Block a user