Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Experimental: this API is experimental and might be changed or removed in the future.

RenderPassAttachment.Clear

public void Clear(Color clearCol, float clearDep, uint clearStenc);

Parameters

clearCol Color clear value. Ignored on depth/stencil attachments.
clearDep Depth clear value. Ignored on color surfaces.
clearStenc Stencil clear value. Ignored on color or depth-only surfaces.

Description

When the RenderPass starts, clear this attachment into the color or depth/stencil values given (depending on the format of this attachment). Changes loadAction to RenderBufferLoadAction.Clear.

Did you find this page useful? Please give it a rating: