This version of Unity is unsupported.

AttachmentDescriptor Constructor

Declaration

public AttachmentDescriptor(RenderTextureFormat format);

Declaration

public AttachmentDescriptor(Experimental.Rendering.GraphicsFormat format);

Declaration

public AttachmentDescriptor(RenderTextureFormat format, Rendering.RenderTargetIdentifier target, bool loadExistingContents, bool storeResults, bool resolve);

Parameters

fmt The format of this attachment.

Description

Create a AttachmentDescriptor to be used with RenderPass.