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:439
#define JPH_NAMESPACE_END
Definition: Core.h:367
#define JPH_NAMESPACE_BEGIN
Definition: Core.h:361
#define JPH_DEBUG_RENDERER_EXPORT
Definition: DebugRenderer.h:13
std::vector< T, STLAllocator< T > > Array
Definition: STLAllocator.h:81
std::unordered_map< Key, T, Hash, KeyEqual, STLAllocator< pair< const Key, T > > > UnorderedMap
Definition: UnorderedMap.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
All information for a single frame.
Definition: DebugRendererRecorder.h:90