Overte C++ Documentation
ProfileRangeBatch Class Reference

#include <Batch.h>

Public Member Functions

 ProfileRangeBatch (gpu::Batch &batch, const char *name)
 Adds pushProfileRange command. More...
 
 ~ProfileRangeBatch ()
 Adds popProfileRange command.
 

Detailed Description

Adds pushProfileRange command when it's created and popProfileRange when it's destroyed. Used by rendering debugging tools.

Constructor & Destructor Documentation

◆ ProfileRangeBatch()

ProfileRangeBatch::ProfileRangeBatch ( gpu::Batch &  batch,
const char *  name 
)

Adds pushProfileRange command.

Parameters
batchBatch to which it will be applied.
nameName of the profile range.

The documentation for this class was generated from the following files: