Skip to content

Documentation / device / FrameBufferOptions

Interface: FrameBufferOptions

Defined in: libs/device/src/gpuobject.ts:1083

The frame buffer creation options

Properties

sampleCount?

optional sampleCount?: number

Defined in: libs/device/src/gpuobject.ts:1085

Sample count of the frame buffer


ignoreDepthStencil?

optional ignoreDepthStencil?: boolean

Defined in: libs/device/src/gpuobject.ts:1087

Whether to ignore the depth stencil attachment when resolving multisample frame buffer

Released under the MIT License.