API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceCaptureOptions

@codexo/exojs / rendering / stable

Options for RenderingContext.capture - allocates a new RenderTexture.

4
props
0
methods
0
events
Import
import { CaptureOptions } from '@codexo/exojs'

Options for RenderingContext.capture - allocates a new RenderTexture.

Properties4
Color attachment format for the allocated target. Defaults to 'rgba8'. Float formats require EXT_color_buffer_float - check RenderingContext.supportsColorFormat first.
height: number
width: number
Source