ClearBuffer Method

KB01 Engine

KB01_Engine

Renderer..::..ClearBuffer Method

Clears the buffer.

Namespace:  
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public void ClearBuffer(
	int R,
	int G,
	int B
)
Public Sub ClearBuffer ( _
	R As int, _
	G As int, _
	B As int _
)
public:
void ClearBuffer(
	int R, 
	int G, 
	int B
)

Parameters

R
Type: int
The r.
G
Type: int
The g.
B
Type: int
The b.