FrameBuffer(BackbufferRatio, TextureFormat, TextureFlags) Constructor |
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic FrameBuffer(
BackbufferRatio ratio,
TextureFormat format,
TextureFlags flags = TextureFlags.ClampU|TextureFlags.ClampV
)
Parameters
- ratio BackbufferRatio
- The amount to scale when the backbuffer resizes.
- format TextureFormat
- The format of the new surface.
- flags TextureFlags (Optional)
- Texture sampling flags.
See Also