RenderBufferLoadAction

enumeration

Switch to Manual

Description

Handling of loading RenderBuffer contents on setting as active RenderTarget.

请注意,并不是所有平台都有加载/存储操作,因此在运行时可能忽略此设置。通常,面向移动的图形 API(OpenGL ES、Metal)会利用这些设置。

Variables

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