Struct RenderTargetBinding
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public struct RenderTargetBinding
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RenderTargetBinding(RenderTargetIdentifier, RenderBufferLoadAction, RenderBufferStoreAction, RenderTargetIdentifier, RenderBufferLoadAction, RenderBufferStoreAction)
  
  
  Declaration
  
    public RenderTargetBinding(RenderTargetIdentifier colorRenderTarget, RenderBufferLoadAction colorLoadAction, RenderBufferStoreAction colorStoreAction, RenderTargetIdentifier depthRenderTarget, RenderBufferLoadAction depthLoadAction, RenderBufferStoreAction depthStoreAction)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RenderTargetBinding(RenderTargetIdentifier[], RenderBufferLoadAction[], RenderBufferStoreAction[], RenderTargetIdentifier, RenderBufferLoadAction, RenderBufferStoreAction)
  
  
  Declaration
  
    public RenderTargetBinding(RenderTargetIdentifier[] colorRenderTargets, RenderBufferLoadAction[] colorLoadActions, RenderBufferStoreAction[] colorStoreActions, RenderTargetIdentifier depthRenderTarget, RenderBufferLoadAction depthLoadAction, RenderBufferStoreAction depthStoreAction)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RenderTargetBinding(RenderTargetSetup)
  
  
  Declaration
  
    public RenderTargetBinding(RenderTargetSetup setup)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  colorLoadActions
  
  
  Declaration
  
    public RenderBufferLoadAction[] colorLoadActions { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  colorRenderTargets
  
  
  Declaration
  
    public RenderTargetIdentifier[] colorRenderTargets { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  colorStoreActions
  
  
  Declaration
  
    public RenderBufferStoreAction[] colorStoreActions { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  depthLoadAction
  
  
  Declaration
  
    public RenderBufferLoadAction depthLoadAction { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  depthRenderTarget
  
  
  Declaration
  
    public RenderTargetIdentifier depthRenderTarget { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  depthStoreAction
  
  
  Declaration
  
    public RenderBufferStoreAction depthStoreAction { get; set; }
   
  Property Value
  
  Extension Methods