Frame buffer size in respect to back-buffer size. See: BackbufferRatio::Enum.
Texture format. See: TextureFormat::Enum.
Texture creation (see BGFX_TEXTURE_*.), and sampler (see BGFX_SAMPLER_*) flags. Default texture sampling mode is linear, and wrap mode is repeat. - BGFX_SAMPLER_[U/V/W]_[MIRROR/CLAMP] - Mirror or clamp to edge wrap mode. - BGFX_SAMPLER_[MIN/MAG/MIP]_[POINT/ANISOTROPIC] - Point or anisotropic sampling.
Page generated by adrdox
Create frame buffer with size based on backbuffer ratio. Frame buffer will maintain ratio if back buffer resolution changes.