|
@@ -636,7 +636,7 @@ namespace bgfx
|
|
|
TextureFormat::Enum format; //!< Backbuffer format.
|
|
TextureFormat::Enum format; //!< Backbuffer format.
|
|
|
uint32_t width; //!< Backbuffer width.
|
|
uint32_t width; //!< Backbuffer width.
|
|
|
uint32_t height; //!< Backbuffer height.
|
|
uint32_t height; //!< Backbuffer height.
|
|
|
- uint32_t reset; //!< Reset parameters.
|
|
|
|
|
|
|
+ uint32_t reset; //!< Reset parameters.
|
|
|
uint8_t numBackBuffers; //!< Number of back buffers.
|
|
uint8_t numBackBuffers; //!< Number of back buffers.
|
|
|
uint8_t maxFrameLatency; //!< Maximum frame latency.
|
|
uint8_t maxFrameLatency; //!< Maximum frame latency.
|
|
|
};
|
|
};
|