#include <Batch.h>
Public Member Functions | |
| ProfileRangeBatch (gpu::Batch &batch, const char *name) | |
Adds pushProfileRange command. More... | |
| ~ProfileRangeBatch () | |
Adds popProfileRange command. | |
Adds pushProfileRange command when it's created and popProfileRange when it's destroyed. Used by rendering debugging tools.
| ProfileRangeBatch::ProfileRangeBatch | ( | gpu::Batch & | batch, |
| const char * | name | ||
| ) |
Adds pushProfileRange command.
| batch | Batch to which it will be applied. |
| name | Name of the profile range. |