MCPcopy Create free account
hub / github.com/Inori/GPCS4 / getSize

Method getSize

GPCS4/Graphics/Sce/SceVideoOut.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 DisplaySize VirtualDisplay::getSize() const
43 {
44 DisplaySize result = {};
45 glfwGetFramebufferSize(m_window, (int*)&result.width, (int*)&result.height);
46 return result;
47 }
48
49 VkSurfaceKHR VirtualDisplay::getWindowSurface(VkInstance instance)
50 {

Callers 2

memorySizeMethod · 0.45

Calls 1

glfwGetFramebufferSizeFunction · 0.85

Tested by

no test coverage detected