Home
last modified time | relevance | path

Searched refs:window_instance (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp487 HINSTANCE window_instance = GetModuleHandle(nullptr); in InitSurface() local
491 wc.hInstance = window_instance; in InitSurface()
494 …indowEx(0, class_name, 0, 0, 0, 0, (int)m_width, (int)m_height, NULL, NULL, window_instance, NULL); in InitSurface()
499 surface_create_info.hinstance = window_instance; in InitSurface()