ClearRenderPassMetadata
¶
Defines properties and message types for ClearRenderPass.
Inherits properties and message types from RenderPassMetadata.
| 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. |