Onscreen


Description:

public Onscreen (Context context, int width, int height)

Instantiates an "unallocated" Onscreen framebuffer that may be configured before later being allocated, either implicitly when it is first used or explicitly via allocate.

Parameters:

context

A Context

width

The desired framebuffer width

height

The desired framebuffer height

Returns:

A newly instantiated Onscreen framebuffer