Nebula
Loading...
Searching...
No Matches
framescriptinspector.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9//------------------------------------------------------------------------------
10#include "core/refcounted.h"
11
12namespace Frame
13{
14class FrameScript;
15}
16
17namespace Debug
18{
19
21{
22public:
24 static void Run(const Ptr<Frame::FrameScript>& script);
25private:
26};
27} // namespace Debug
Definition framescriptinspector.h:21
static void Run(const Ptr< Frame::FrameScript > &script)
run per frame
Definition framescriptinspector.cc:23
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
Definition corepagehandler.cc:13
ImGUI debug interface for inspecting frame scripts.
Definition shaderserverbase.h:52