Skip to content

Documentation / device / FramebufferCaps

Interface: FramebufferCaps

Defined in: libs/device/src/base_types.ts:2245

Frame buffer related capabilities of the device

Properties

maxDrawBuffers

maxDrawBuffers: number

Defined in: libs/device/src/base_types.ts:2247

The maximum number of framebuffer color attachment points


supportPerTargetBlending

supportPerTargetBlending: boolean

Defined in: libs/device/src/base_types.ts:2249

True if device supports independent blending and color write masks for framebuffer color attachments


supportRenderMipmap

supportRenderMipmap: boolean

Defined in: libs/device/src/base_types.ts:2251

True if device supports rendering to mipmap


supportMultisampledFramebuffer

supportMultisampledFramebuffer: boolean

Defined in: libs/device/src/base_types.ts:2253

True if device supports multisampled frame buffer


supportFloatBlending

supportFloatBlending: boolean

Defined in: libs/device/src/base_types.ts:2255

True if device supports blending on float point frame buffer


supportDepth32float

supportDepth32float: boolean

Defined in: libs/device/src/base_types.ts:2257

True if device supports 32bits float depth buffer


supportDepth32floatStencil8

supportDepth32floatStencil8: boolean

Defined in: libs/device/src/base_types.ts:2259

True if device supports 32bits float depth buffer with 8bits stencil


maxColorAttachmentBytesPerSample

maxColorAttachmentBytesPerSample: number

Defined in: libs/device/src/base_types.ts:2261

Maximum color attachment bytes per sample

Released under the MIT License.