Searched defs:ShellWin32 (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
H A DShellWin32.h29 class ShellWin32 : public Shell { class in inherits:Shell
31 ShellWin32(Game &game);
32 ~ShellWin32();
47 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA));
H A DShellWin32.cpp29 #include "ShellWin32.h"
64 ShellWin32::ShellWin32(Game &game) : Shell(game), hwnd_(nullptr) function in class:ShellWin32
70 ShellWin32::~ShellWin32()
76 void ShellWin32::create_window()
114 PFN_vkGetInstanceProcAddr ShellWin32::load_vk()
141 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family)
146 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance)
159 LRESULT ShellWin32
[all...]

Completed in 79 milliseconds