|
Nebula
|
#include <graphicscontext.h>
Public Member Functions | |
| GraphicsContextFunctionBundle () | |
Public Attributes | |
| void(* | OnRenderDebug )(uint32_t flags) |
| void(* | OnViewCreated )(const Graphics::ViewId view) |
| void(* | OnDiscardView )(const Graphics::ViewId view) |
| void(* | OnAttachEntity )(Graphics::GraphicsEntityId entity) |
| void(* | OnRemoveEntity )(Graphics::GraphicsEntityId entity) |
| void(* | OnViewportResized )(const uint framescriptHash, SizeT width, SizeT height) |
|
inline |
| void(* Graphics::GraphicsContextFunctionBundle::OnAttachEntity) (Graphics::GraphicsEntityId entity) |
| void(* Graphics::GraphicsContextFunctionBundle::OnDiscardView) (const Graphics::ViewId view) |
| void(* Graphics::GraphicsContextFunctionBundle::OnRemoveEntity) (Graphics::GraphicsEntityId entity) |
| void(* Graphics::GraphicsContextFunctionBundle::OnRenderDebug) (uint32_t flags) |
| void(* Graphics::GraphicsContextFunctionBundle::OnViewCreated) (const Graphics::ViewId view) |
| void(* Graphics::GraphicsContextFunctionBundle::OnViewportResized) (const uint framescriptHash, SizeT width, SizeT height) |