|
SimpleGL
1.1.0
A framework for platform independent rendering
|
This is the complete list of members for sgl::ApplicationVK, including all inherited members.
| Application(void) | sgl::Application | protected |
| ApplicationVK(int width=640, int height=480, std::string title="SimpleGL Application (Vulkan backend)") | sgl::ApplicationVK | |
| batch | sgl::ApplicationVK | protected |
| clear() override | sgl::ApplicationVK | virtual |
| dispose() override | sgl::ApplicationVK | virtual |
| handleEvents(std::vector< Event * > events)=0 | sgl::Application | pure virtual |
| init() | sgl::Application | |
| mainLoop() | sgl::Application | |
| renderScene(float alpha)=0 | sgl::Application | pure virtual |
| run() | sgl::Application | |
| running | sgl::Application | protected |
| shaderModuleManager | sgl::ApplicationVK | protected |
| targetFps | sgl::Application | protected |
| targetUps | sgl::Application | protected |
| textureImageManager | sgl::ApplicationVK | protected |
| updateScene(float delta)=0 | sgl::Application | pure virtual |
| window | sgl::Application | protected |
| ~Application(void) | sgl::Application | |
| ~ApplicationVK(void) | sgl::ApplicationVK |
1.8.11