This commit is contained in:
Branimir Karadžić 2016-11-28 21:01:58 -08:00
parent 0e933091ed
commit d25212e620

View File

@ -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.