Back-buffer width.
Back-buffer height.
See: BGFX_RESET_* for more info. - BGFX_RESET_NONE - No reset flags. - BGFX_RESET_FULLSCREEN - Not supported yet. - BGFX_RESET_MSAA_X[2/4/8/16] - Enable 2, 4, 8 or 16 x MSAA. - BGFX_RESET_VSYNC - Enable V-Sync. - BGFX_RESET_MAXANISOTROPY - Turn on/off max anisotropy. - BGFX_RESET_CAPTURE - Begin screen capture. - BGFX_RESET_FLUSH_AFTER_RENDER - Flush rendering after submitting to GPU. - BGFX_RESET_FLIP_AFTER_RENDER - This flag specifies where flip occurs. Default behavior is that flip occurs before rendering new frame. This flag only has effect when BGFX_CONFIG_MULTITHREADED=0. - BGFX_RESET_SRGB_BACKBUFFER - Enable sRGB backbuffer.
Texture format. See: TextureFormat::Enum.
Reset graphic settings and back-buffer size. Attention: This call doesn't actually change window size, it just resizes back-buffer. Windowing code has to change window size.