Cleanup.
This commit is contained in:
parent
0e933091ed
commit
d25212e620
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user