|
| Renderer () |
| Renderer () |
| Renderer () |
| ~Renderer () |
| ~Renderer () |
| ~Renderer () |
void | initGLView () |
var | initGLView () |
local | initGLView () |
void | addCommand (RenderCommand *command) |
| Adds a RenderComamnd into the renderer. More...
|
|
var | addCommand ( var command) |
| Adds a RenderComamnd into the renderer. More...
|
|
local | addCommand ( local command) |
| Adds a RenderComamnd into the renderer. More...
|
|
void | addCommand (RenderCommand *command, int renderQueue) |
| Adds a RenderComamnd into the renderer specifying a particular render queue ID. More...
|
|
var | addCommand ( var command, var renderQueue) |
| Adds a RenderComamnd into the renderer specifying a particular render queue ID. More...
|
|
local | addCommand ( local command, local renderQueue) |
| Adds a RenderComamnd into the renderer specifying a particular render queue ID. More...
|
|
void | pushGroup (int renderQueueID) |
| Pushes a group into the render queue. More...
|
|
var | pushGroup ( var renderQueueID) |
| Pushes a group into the render queue. More...
|
|
local | pushGroup ( local renderQueueID) |
| Pushes a group into the render queue. More...
|
|
void | popGroup () |
| Pops a group from the render queue. More...
|
|
int | createRenderQueue () |
| Creates a render queue and returns its Id. More...
|
|
var | createRenderQueue () |
| Creates a render queue and returns its Id. More...
|
|
local | createRenderQueue () |
| Creates a render queue and returns its Id. More...
|
|
void | render () |
| Renders into the GLView all the queued RenderCommand objects. More...
|
|
void | clean () |
| Cleans all RenderCommand s in the queue. More...
|
|
ssize_t | getDrawnBatches () const |
var | getDrawnBatches () |
local | getDrawnBatches () |
void | addDrawnBatches (ssize_t number) |
local | addDrawnBatches ( local number) |
ssize_t | getDrawnVertices () const |
var | getDrawnVertices () |
local | getDrawnVertices () |
void | addDrawnVertices (ssize_t number) |
var | addDrawnVertices ( var number) |
local | addDrawnVertices ( local number) |
void | clearDrawStats () |
var | clearDrawStats () |
local | clearDrawStats () |
GroupCommandManager * | getGroupCommandManager () const |
var | getGroupCommandManager () |
local | getGroupCommandManager () |
bool | checkVisibility (const Mat4 &transform, const Size &size) |
| returns whether or not a rectangle is visible or not More...
|
|
var | checkVisibility ( var transform, var size) |
| returns whether or not a rectangle is visible or not More...
|
|
local | checkVisibility ( local transform, local size) |
| returns whether or not a rectangle is visible or not More...
|
|