NcEngine
|
This is the complete list of members for nc::NcGraphics, including all inherited members.
Clear() noexcept | nc::Module | inlinevirtual |
ClearEnvironment()=0 | nc::NcGraphics | pure virtual |
GetCamera() noexcept -> Camera *=0 | nc::NcGraphics | pure virtual |
GetPostProcessEffectProperties(PostProcessEffectId effectId, PostProcessPassFlag::type pass) const -> const PostProcessPassProperties &=0 | nc::NcGraphics | pure virtual |
GetSkybox() const -> nc::asset::AssetId=0 | nc::NcGraphics | pure virtual |
Id() const noexcept | nc::Module | inline |
IsPostProcessEffectEnabled(PostProcessEffectId effectId) const -> bool=0 | nc::NcGraphics | pure virtual |
IsUiHovered() const noexcept=0 | nc::NcGraphics | pure virtual |
Module(size_t id=0) noexcept | nc::Module | inline |
NcGraphics() noexcept (defined in nc::NcGraphics) | nc::NcGraphics | inlineexplicit |
OnAfterSceneFragmentLoad() | nc::Module | inlinevirtual |
OnBeforeSceneFragmentLoad() | nc::Module | inlinevirtual |
OnBeforeSceneLoad() | nc::Module | inlinevirtual |
OnBuildTaskGraph(task::UpdateTasks &, task::RenderTasks &) | nc::Module | inlinevirtual |
SetCamera(Camera *camera) noexcept=0 | nc::NcGraphics | pure virtual |
SetPostProcessEffectEnabled(PostProcessEffectId effectId, bool enabled)=0 | nc::NcGraphics | pure virtual |
SetPostProcessEffectProperties(PostProcessEffectId effectId, PostProcessPassFlag::type pass, const PostProcessPassProperties &properties)=0 | nc::NcGraphics | pure virtual |
SetSkybox(const std::string &path)=0 | nc::NcGraphics | pure virtual |
SetUi(ui::IUI *ui) noexcept=0 | nc::NcGraphics | pure virtual |
~Module()=default (defined in nc::Module) | nc::Module | virtual |