world-pixel-format-attributes ( world -- attributes )
Pixel formats

Prev:invalid-pixel-format-attributes ( world attributes -- * )
Next:check-world-pixel-format ( world pixel-format -- )


Vocabulary
ui.pixel-formats

Inputs
worlda world


Outputs
attributesa sequence


Word description
Returns the set of Pixel format attributes that world requests when grafted. This generic can be overridden by subclasses of world.

Notes
The pixel format provided by the window system will not necessarily exactly match the requested attributes. To verify required pixel format attributes, override check-world-pixel-format.

See also
check-world-pixel-format, pixel-format, <pixel-format>, pixel-format-attribute

Definition


Methods