Nebula
|
Go to the source code of this file.
Classes | |
class | Frame::FramePlugin |
struct | Frame::FramePlugin::CompiledImpl |
Namespaces | |
namespace | Frame |
ImGUI debug interface for inspecting frame scripts. | |
Functions | |
void | Frame::AddCallback (const Util::StringAtom name, std::function< void(const CoreGraphics::CmdBufferId, IndexT, IndexT)> func) |
add function callback to global dictionary | |
const std::function< void(const CoreGraphics::CmdBufferId, IndexT, IndexT)> & | Frame::GetCallback (const Util::StringAtom &str) |
get algorithm function call | |
void | Frame::InitPluginTable () |
initialize the plugin table | |