Immediate mode (computer graphics)

Immediate mode is an API design pattern in computer graphics libraries, in which

without the use of extensive indirection – thus immediate – to retained resources.[1] It does not preclude the use of double-buffering.

Retained mode is an alternative approach. Historically, retained mode has been the dominant style in GUI libraries;[2] however, both can coexist in the same library and are not necessarily exclusive in practice.

  1. ^ Quinn Radich (May 30, 2018). "Retained Mode Versus Immediate Mode". Win32 apps. Microsoft. Retrieved 21 December 2019.
  2. ^ Feldmeier, Alex (October 12, 2013). "GUI Programming". UWP Computer Science and Software Engineering Technical Report. Retrieved 22 December 2019. Retained mode has been the standard for years. Just about every GUI is in retained mode.[permanent dead link]