VulkanEngine 0.1
Graphics engine using Vulkan
Loading...
Searching...
No Matches
VulkanEngine::Window Member List

This is the complete list of members for VulkanEngine::Window, including all inherited members.

framebuffer_heightVulkanEngine::Windowprotected
framebuffer_widthVulkanEngine::Windowprotected
full_screenVulkanEngine::Windowprotected
getFramebufferHeight() constVulkanEngine::Window
getFramebufferWidth() constVulkanEngine::Window
getHeight() constVulkanEngine::Window
getKeyboardInput() constVulkanEngine::Windowvirtual
getMouseInput() constVulkanEngine::Windowvirtual
getRequiredVulkanInstanceExtensions() const =0VulkanEngine::Windowpure virtual
getTitle() constVulkanEngine::Window
getVkSurface()=0VulkanEngine::Windowpure virtual
getWidth() constVulkanEngine::Window
heightVulkanEngine::Windowprotected
initialize(bool invisible=false)=0VulkanEngine::Windowpure virtual
isFullScreen() constVulkanEngine::Window
keyboard_inputVulkanEngine::Windowprotected
keyboardButtonPressedCallback(int scancode, const KeyboardInput::KeyInfo &key_info) (defined in VulkanEngine::Window)VulkanEngine::Windowprotected
mouse_inputVulkanEngine::Windowprotected
mouseButtonPressedCallback(bool left_pressed, bool right_pressed, bool middle_pressed)VulkanEngine::Windowprotected
mousePositionCallback(double xpos, double ypos)VulkanEngine::Windowprotected
mouseScrollCallback(double xoffset, double yoffset)VulkanEngine::Windowprotected
setHeight(uint32_t _height)VulkanEngine::Windowvirtual
setTitle(const std::string &new_title)VulkanEngine::Windowvirtual
setWidth(uint32_t _width)VulkanEngine::Windowvirtual
shouldClose()=0VulkanEngine::Windowpure virtual
size_changedVulkanEngine::Windowprotected
sizeHasChanged() constVulkanEngine::Window
titleVulkanEngine::Windowprotected
update()=0VulkanEngine::Windowpure virtual
widthVulkanEngine::Windowprotected
Window(uint32_t _width, uint32_t _height, const std::string &_title, bool _full_screen)VulkanEngine::Window
~Window()VulkanEngine::Window