Home | History | Annotate | Download | only in smoke

Lines Matching defs:Shell

30 #include "Shell.h"
33 Shell::Shell(Game &game)
50 void Shell::log(LogPriority priority, const char *msg)
56 void Shell::init_vk()
67 void Shell::cleanup_vk()
75 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags,
101 void Shell::assert_all_instance_layers() const
121 void Shell::assert_all_instance_extensions() const
141 bool Shell::has_all_device_layers(VkPhysicalDevice phy) const
160 bool Shell::has_all_device_extensions(VkPhysicalDevice phy) const
179 void Shell::init_instance()
201 void Shell::init_debug_report()
224 void Shell::init_physical_dev()
269 void Shell::create_context()
285 void Shell::destroy_context()
305 void Shell::create_dev()
342 void Shell::create_back_buffers()
366 void Shell::destroy_back_buffers()
379 void Shell::create_swapchain()
399 void Shell::destroy_swapchain()
412 void Shell::resize_swapchain(uint32_t width_hint, uint32_t height_hint)
506 void Shell::add_game_time(float time)
519 void Shell::acquire_back_buffer()
542 void Shell::present_back_buffer()
569 void Shell::fake_present()
588 // push the buffer back just once for Shell::cleanup_vk