UnityEngine.RenderBufferHelper.GetLoadAction C# (CSharp) Method

GetLoadAction() private method

private GetLoadAction ( RenderBuffer &b ) : int
b RenderBuffer
return int
        internal static extern int GetLoadAction(out RenderBuffer b);
        [MethodImpl(MethodImplOptions.InternalCall)]