Public Member Functions | |
| MatrixRainBackdrop (PlanetWindow &window, const std::string &assetRoot, bool binaryGlyphMode, int fontSize, const std::string &fontPath, const std::string &color) | |
| void | onSwapchainAboutToRecreate () |
| void | onSwapchainRecreated (PlanetWindow &window) |
| void | updateAndRender (PlanetWindow &window, VkCommandBuffer cmd) |
| ~MatrixRainBackdrop () | |
Definition at line 31 of file planet.cpp.
| example::MatrixRainBackdrop::MatrixRainBackdrop | ( | PlanetWindow & | window, |
| const std::string & | assetRoot, | ||
| bool | binaryGlyphMode, | ||
| int | fontSize, | ||
| const std::string & | fontPath, | ||
| const std::string & | color ) |
Definition at line 183 of file planet.cpp.
| example::MatrixRainBackdrop::~MatrixRainBackdrop | ( | ) |
Definition at line 206 of file planet.cpp.
| void example::MatrixRainBackdrop::onSwapchainAboutToRecreate | ( | ) |
Definition at line 209 of file planet.cpp.
| void example::MatrixRainBackdrop::onSwapchainRecreated | ( | PlanetWindow & | window | ) |
Definition at line 212 of file planet.cpp.
| void example::MatrixRainBackdrop::updateAndRender | ( | PlanetWindow & | window, |
| VkCommandBuffer | cmd ) |
Definition at line 218 of file planet.cpp.