Method | Description | |
---|---|---|
CreateColorbuffer ( int width, int height, uint internalFormat = OpenGL.GL_RGBA ) : |
|
|
CreateDepthbuffer ( int width, int height, DepthComponentType internalFormat = DepthComponentType.DepthComponent ) : |
|
|
CreateDepthbuffer ( int width, int height, uint internalFormat = OpenGL.GL_DEPTH_COMPONENT ) : |
|
|
Dispose ( ) : void |
|
|
Renderbuffer ( int width, int height, uint internalformat, RenderbufferType bufferType ) |
Create, update, use and delete a renderbuffer object.
|
|
ToString ( ) : string |
Bind a named renderbuffer object. Unbind this renderbuffer object.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public static CreateColorbuffer ( int width, int height, uint internalFormat = OpenGL.GL_RGBA ) : |
||
width | int | |
height | int | |
internalFormat | uint | |
return |
public static CreateDepthbuffer ( int width, int height, DepthComponentType internalFormat = DepthComponentType.DepthComponent ) : |
||
width | int | |
height | int | |
internalFormat | DepthComponentType | |
return |
public static CreateDepthbuffer ( int width, int height, uint internalFormat = OpenGL.GL_DEPTH_COMPONENT ) : |
||
width | int | |
height | int | |
internalFormat | uint | |
return |
public Renderbuffer ( int width, int height, uint internalformat, RenderbufferType bufferType ) | ||
width | int | |
height | int | |
internalformat | uint | |
bufferType | RenderbufferType |