Bladeren bron

Fix name of c99 equivalent for setViewRect

Scott Graham 6 jaren geleden
bovenliggende
commit
de9f0195cf
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      include/bgfx/bgfx.h

+ 1 - 1
include/bgfx/bgfx.h

@@ -3240,7 +3240,7 @@ namespace bgfx
 	/// @param[in] _ratio Width and height will be set in respect to back-buffer size. See:
 	/// @param[in] _ratio Width and height will be set in respect to back-buffer size. See:
 	///   `BackbufferRatio::Enum`.
 	///   `BackbufferRatio::Enum`.
 	///
 	///
-	/// @attention C99 equivalent is `bgfx_set_view_rect_auto`.
+	/// @attention C99 equivalent is `bgfx_set_view_rect_ratio`.
 	///
 	///
 	void setViewRect(
 	void setViewRect(
 		  ViewId _id
 		  ViewId _id