| 97 | } |
| 98 | |
| 99 | uint32_t GetWindowStateParam(HWindow window, WindowState state) |
| 100 | { |
| 101 | switch(state) |
| 102 | { |
| 103 | case WINDOW_STATE_OPENED: return window->m_WindowOpened; |
| 104 | case WINDOW_STATE_FSAA_SAMPLES: return window->m_CreateParams.m_Samples; |
| 105 | default:break; |
| 106 | } |
| 107 | |
| 108 | return 0; |
| 109 | } |
| 110 | |
| 111 | float GetDisplayScaleFactor(HWindow window) |
| 112 | { |
no outgoing calls
no test coverage detected