RenderTargetBinding Constructor
public RenderTargetBinding(Rendering.RenderTargetIdentifier colorRenderTarget,
Rendering.RenderBufferLoadAction colorLoadAction,
Rendering.RenderBufferStoreAction colorStoreAction,
Rendering.RenderTargetIdentifier depthRenderTarget,
Rendering.RenderBufferLoadAction depthLoadAction,
Rendering.RenderBufferStoreAction depthStoreAction);
public RenderTargetBinding(RenderTargetIdentifier[] colorRenderTargets,
RenderBufferLoadAction[] colorLoadActions,
RenderBufferStoreAction[] colorStoreActions,
Rendering.RenderTargetIdentifier depthRenderTarget,
Rendering.RenderBufferLoadAction depthLoadAction,
Rendering.RenderBufferStoreAction depthStoreAction);
Parameters
| color | Color buffers to use as render targets. | |
| depth | Depth buffer to use as render target. | |
| colorLoadAction | Load actions for color buffers. | |
| colorStoreAction | Store actions for color buffers. | |
| depthLoadAction | Load action for the depth/stencil buffer. | |
| depthStoreAction | Store action for the depth/stencil buffer. |
Description 描述
Constructs RenderTargetBinding.