Branimir Karadžić 7 ani în urmă
părinte
comite
077f11cdb4
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      include/bgfx/bgfx.h

+ 2 - 2
include/bgfx/bgfx.h

@@ -557,7 +557,7 @@ namespace bgfx
 	{
 	{
 	}
 	}
 
 
-	///
+	/// Backbuffer resolution and reset parameters.
 	///
 	///
 	/// @attention C99 equivalent is `bgfx_resolution_t`.
 	/// @attention C99 equivalent is `bgfx_resolution_t`.
 	///
 	///
@@ -596,7 +596,7 @@ namespace bgfx
 		/// matching id.
 		/// matching id.
 		uint16_t deviceId;
 		uint16_t deviceId;
 
 
-		Resolution resolution;
+		Resolution resolution; //!< Backbuffer resolution and reset parameters.
 
 
 		struct Limits
 		struct Limits
 		{
 		{