Version: 2021.3
言語: 日本語
public static bool usesLoadStoreActions ;

説明

True if the Graphics API takes RenderBufferLoadAction and RenderBufferStoreAction into account, false if otherwise.

Use this property to check if RenderBufferLoadAction.DontCare or RenderBufferStoreAction.DontCare could result in actually discarding RT contents. For example, if you render with non-fullscreen ViewPort, you do not want to discard RT contents. Note that some Unity API can use RenderBufferLoadAction.Clear to clear a RenderTexture even if the Graphics API does not support RenderBufferLoadAction.Clear directly. In this case, Unity issues the normal Clear call.