Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Attorney::KernelApplication Class Reference

#include <Kernel.h>

Static Private Member Functions

static ErrorCode initialize (Kernel *kernel, const string &entryPoint)
 
static void shutdown (Kernel *kernel)
 
static void onWindowSizeChange (Kernel *kernel, const SizeChangeParams &params)
 
static void onResolutionChange (Kernel *kernel, const SizeChangeParams &params)
 
static void warmup (Kernel *kernel)
 
static void onLoop (Kernel *kernel)
 

Friends

class Divide::Application
 

Detailed Description

Definition at line 184 of file Kernel.h.

Member Function Documentation

◆ initialize()

static ErrorCode Divide::Attorney::KernelApplication::initialize ( Kernel kernel,
const string entryPoint 
)
inlinestaticprivate

Definition at line 185 of file Kernel.h.

◆ onLoop()

static void Divide::Attorney::KernelApplication::onLoop ( Kernel kernel)
inlinestaticprivate

Definition at line 205 of file Kernel.h.

◆ onResolutionChange()

static void Divide::Attorney::KernelApplication::onResolutionChange ( Kernel kernel,
const SizeChangeParams params 
)
inlinestaticprivate

Definition at line 197 of file Kernel.h.

◆ onWindowSizeChange()

static void Divide::Attorney::KernelApplication::onWindowSizeChange ( Kernel kernel,
const SizeChangeParams params 
)
inlinestaticprivate

Definition at line 193 of file Kernel.h.

◆ shutdown()

static void Divide::Attorney::KernelApplication::shutdown ( Kernel kernel)
inlinestaticprivate

Definition at line 189 of file Kernel.h.

◆ warmup()

static void Divide::Attorney::KernelApplication::warmup ( Kernel kernel)
inlinestaticprivate

Definition at line 201 of file Kernel.h.

Friends And Related Function Documentation

◆ Divide::Application

friend class Divide::Application
friend

Definition at line 209 of file Kernel.h.


The documentation for this class was generated from the following file: