SetLoadAction() private method

private SetLoadAction ( RenderBuffer &b, int a ) : void
b RenderBuffer
a int
return void
Esempio n. 1
0
 internal void SetLoadAction(RenderBufferLoadAction action)
 {
     RenderBufferHelper.SetLoadAction(out this, (int)action);
 }