Class ClearRenderPassMetadata

Defines properties and message types for ClearRenderPass.

Inherits properties and message types from RenderPassMetadata.

Property Types

See also PropertyType
ClearRenderPassMetadata.ClearColor0Property

Sets the color that you want the Clear Render Pass to use to clear the first (default) color buffer.

ClearRenderPassMetadata.ClearColor1Property

Sets the color that you want the Clear Render Pass to use to clear the second color buffer.

ClearRenderPassMetadata.ClearColor2Property

Sets the color that you want the Clear Render Pass to use to clear the third color buffer.

ClearRenderPassMetadata.ClearColor3Property

Sets the color that you want the Clear Render Pass to use to clear the fourth color buffer.

ClearRenderPassMetadata.ClearDepthProperty

Sets the depth that you want the Clear Render Pass to use to clear the depth buffer.

ClearRenderPassMetadata.ClearStencilProperty

Sets the clear stencil that you want the Clear Render Pass to use to clear the stencil buffer.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.