|
wren
Vulkan-based game engine
|
This is the complete list of members for wren::Window, including all inherited members.
| create(const std::string &application_name) -> expected< Window > | wren::Window | static |
| create_surface(const ::vk::Instance &instance) -> expected<::vk::SurfaceKHR > | wren::Window | |
| dispatch_events(const event::Dispatcher &dispatcher) | wren::Window | |
| get_required_vulkan_extension() const -> expected< std::vector< std::string_view > > | wren::Window | |
| get_size() -> std::pair< int32_t, int32_t > | wren::Window | inline |
| native_handle() const | wren::Window | inline |
| shutdown() | wren::Window | |
| Window(SDL_Window *window) | wren::Window | inlineexplicitprivate |
| window_ | wren::Window | private |