Documentation / device / FramebufferCaps
Interface: FramebufferCaps
Defined in: libs/device/src/base_types.ts:2248
Frame buffer related capabilities of the device
Properties
maxDrawBuffers
maxDrawBuffers:
number
Defined in: libs/device/src/base_types.ts:2250
The maximum number of framebuffer color attachment points
supportPerTargetBlending
supportPerTargetBlending:
boolean
Defined in: libs/device/src/base_types.ts:2252
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:2254
True if device supports rendering to mipmap
supportMultisampledFramebuffer
supportMultisampledFramebuffer:
boolean
Defined in: libs/device/src/base_types.ts:2256
True if device supports multisampled frame buffer
supportFloatBlending
supportFloatBlending:
boolean
Defined in: libs/device/src/base_types.ts:2258
True if device supports blending on float point frame buffer
supportDepth32float
supportDepth32float:
boolean
Defined in: libs/device/src/base_types.ts:2260
True if device supports 32bits float depth buffer
supportDepth32floatStencil8
supportDepth32floatStencil8:
boolean
Defined in: libs/device/src/base_types.ts:2262
True if device supports 32bits float depth buffer with 8bits stencil
maxColorAttachmentBytesPerSample
maxColorAttachmentBytesPerSample:
number
Defined in: libs/device/src/base_types.ts:2264
Maximum color attachment bytes per sample