7#ifndef JPH_DEBUG_RENDERER
8 #error This file should only be included when JPH_DEBUG_RENDERER is defined
31 void DrawFrame(
uint inFrameNumber)
const;
unsigned int uint
Definition Core.h:453
#define JPH_NAMESPACE_END
Definition Core.h:379
#define JPH_NAMESPACE_BEGIN
Definition Core.h:373
#define JPH_DEBUG_RENDERER_EXPORT
Definition DebugRenderer.h:13
Definition DebugRenderer.h:47
Class that can read a recorded stream from DebugRendererRecorder and plays it back trough a DebugRend...
Definition DebugRendererPlayback.h:19
DebugRendererPlayback(DebugRenderer &inRenderer)
Constructor.
Definition DebugRendererPlayback.h:22
uint GetNumFrames() const
Get the number of parsed frames.
Definition DebugRendererPlayback.h:28
Simple binary input stream.
Definition StreamIn.h:13
Definition UnorderedMap.h:30
All information for a single frame.
Definition DebugRendererRecorder.h:90