G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
More...
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
◆ BEGIN_PROFILER_EVENT
Defines the beginning of a profilable event.
Example:
...
END_PROFILER_EVENT("MotionBlur");
The event name must be a compile-time constant char* or String.
- See also
- END_PROFILER_EVENT, Profiler, Profiler::beginEvent
◆ BEGIN_PROFILER_EVENT_WITH_HINT
#define BEGIN_PROFILER_EVENT_WITH_HINT |
( |
|
eventName, |
|
|
|
hint |
|
) |
| { static const String& __profilerEventName = (eventName); Profiler::beginEvent(__profilerEventName, __FILE__, __LINE__, hint); } |
◆ DEFINED_GL_NONE
#define DEFINED_GL_NONE 1 |
◆ END_PROFILER_EVENT
#define END_PROFILER_EVENT |
( |
| ) |
Profiler::endEvent() |
◆ GL_NONE
◆ GLint
◆ GLuint