GLBind() private method

private GLBind ( ) : int
return int
Example #1
0
 public FrameBufferBinding(FrameBuffer buffer)
 {
     this.buffer = buffer;
     bound       = buffer.GLBind();
 }
Example #2
0
 public FrameBufferBinding(FrameBuffer buffer)
 {
     this.buffer = buffer;
     bound = buffer.GLBind();
 }