Version: 2017.1

RenderBufferLoadAction

enumeration

Switch to Manual

Description

Handling of loading RenderBuffer contents on setting as active RenderTarget.

Please note that not all platforms have load/store actions, so this setting might be ignored at runtime. Generally mobile-oriented graphics APIs (OpenGL ES, Metal) take advantage of these settings.

Variables

LoadMake RenderBuffer to Load its contents when setting as RenderTarget.
DontCareRenderBuffer will try to skip loading its contents on setting as Render Target.