FPLBase
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
debug_markers.h File Reference

Functions for inserting GL debug markers. More...

#include "fplbase/config.h"
#include "fplbase/glplatform.h"

Go to the source code of this file.

Detailed Description

Functions for inserting GL debug markers.

To enable, #define FPLBASE_ENABLE_DEBUG_MARKERS

Macros

#define FPLBASE_DEBUG_MARKER_NOLENGTH   -1
 

Functions

void PushDebugMarker (const char *marker, int length=FPLBASE_DEBUG_MARKER_NOLENGTH)
 
void PushDebugMarker (const std::string &marker)
 
void PopDebugMarker ()