Branimir Karadžić 9 years ago
parent
commit
d25212e620
1 changed files with 4 additions and 4 deletions
  1. 4 4
      include/bgfx/bgfx.h

+ 4 - 4
include/bgfx/bgfx.h

@@ -721,10 +721,10 @@ namespace bgfx
 		                       //!  draw commands to underlying graphics API.
 		int64_t waitSubmit;    //!< Time spent waiting for submit thread to advance to next frame.
 
-		uint16_t width;
-		uint16_t height;
-		uint16_t textWidth;
-		uint16_t textHeight;
+		uint16_t width;        //!< Backbuffer width in pixels.
+		uint16_t height;       //!< Backbuffer height in pixels.
+		uint16_t textWidth;    //!< Debug text width in characters.
+		uint16_t textHeight;   //!< Debug text height in characters.
 	};
 
 	/// Vertex declaration.