SDL
2.0
|
#include <SDL_sysvideo.h>
Definition at line 148 of file SDL_sysvideo.h.
int SDL_VideoDevice::accelerated |
Definition at line 342 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
void(* SDL_VideoDevice::AcceptDragAndDrop)(SDL_Window *window, SDL_bool accept) |
Definition at line 309 of file SDL_sysvideo.h.
Referenced by PrepareDragAndDropSupport(), and SDL_ToggleDragAndDropSupport().
int SDL_VideoDevice::accum_alpha_size |
Definition at line 338 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_blue_size |
Definition at line 337 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_green_size |
Definition at line 336 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::accum_red_size |
Definition at line 335 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::alpha_size |
Definition at line 330 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::blue_size |
Definition at line 329 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::buffer_size |
Definition at line 332 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
char* SDL_VideoDevice::clipboard_text |
Definition at line 321 of file SDL_sysvideo.h.
Referenced by SDL_GetClipboardText(), SDL_HasClipboardText(), SDL_SetClipboardText(), and SDL_VideoQuit().
int(* SDL_VideoDevice::CreateSDLWindow)(_THIS, SDL_Window *window) |
Definition at line 211 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_CreateWindow(), and SDL_RecreateWindow().
int(* SDL_VideoDevice::CreateSDLWindowFrom)(_THIS, SDL_Window *window, const void *data) |
Definition at line 212 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindowFrom().
int(* SDL_VideoDevice::CreateWindowFramebuffer)(_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch) |
Definition at line 236 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_CreateWindowFramebuffer(), SDL_VideoInit(), and ShouldUseTextureFramebuffer().
SDL_GLContext SDL_VideoDevice::current_glctx |
Definition at line 364 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().
SDL_TLSID SDL_VideoDevice::current_glctx_tls |
Definition at line 366 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), SDL_GL_GetCurrentContext(), SDL_GL_MakeCurrent(), and SDL_VideoInit().
SDL_Window* SDL_VideoDevice::current_glwin |
Definition at line 363 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), SDL_GL_CreateContext(), and SDL_GL_MakeCurrent().
SDL_TLSID SDL_VideoDevice::current_glwin_tls |
Definition at line 365 of file SDL_sysvideo.h.
Referenced by SDL_GL_CreateContext(), SDL_GL_GetCurrentWindow(), SDL_GL_MakeCurrent(), and SDL_VideoInit().
int SDL_VideoDevice::depth_size |
Definition at line 331 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
void(* SDL_VideoDevice::DestroyWindow)(_THIS, SDL_Window *window) |
Definition at line 235 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_DestroyWindow(), and SDL_RecreateWindow().
void(* SDL_VideoDevice::DestroyWindowFramebuffer)(_THIS, SDL_Window *window) |
Definition at line 238 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), SDL_RecreateWindow(), and SDL_VideoInit().
SDL_VideoDisplay* SDL_VideoDevice::displays |
Definition at line 316 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay(), SDL_GetClosestDisplayMode(), SDL_GetCurrentDisplayMode(), SDL_GetDesktopDisplayMode(), SDL_GetDisplay(), SDL_GetDisplayBounds(), SDL_GetDisplayDPI(), SDL_GetDisplayDriverData(), SDL_GetDisplayForWindow(), SDL_GetDisplayMode(), SDL_GetDisplayName(), SDL_GetDisplayOrientation(), SDL_GetDisplayUsableBounds(), SDL_GetIndexOfDisplay(), SDL_GetNumDisplayModes(), SDL_GetWindowDisplayIndex(), and SDL_VideoQuit().
void* SDL_VideoDevice::dll_handle |
Definition at line 355 of file SDL_sysvideo.h.
Referenced by SDL_VideoInit().
int SDL_VideoDevice::double_buffer |
Definition at line 334 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::driver_loaded |
Definition at line 353 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetProcAddress(), SDL_GL_LoadLibrary(), SDL_GL_UnloadLibrary(), and SDL_VideoInit().
char SDL_VideoDevice::driver_path[256] |
Definition at line 354 of file SDL_sysvideo.h.
Referenced by SDL_GL_LoadLibrary().
void* SDL_VideoDevice::driverdata |
Definition at line 381 of file SDL_sysvideo.h.
Referenced by createDevice().
int SDL_VideoDevice::flags |
Definition at line 345 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::framebuffer_srgb_capable |
Definition at line 350 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 394 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_VideoQuit().
char*(* SDL_VideoDevice::GetClipboardText)(_THIS) |
Definition at line 299 of file SDL_sysvideo.h.
Referenced by SDL_GetClipboardText().
int(* SDL_VideoDevice::GetDisplayBounds)(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
Definition at line 182 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayBounds().
int(* SDL_VideoDevice::GetDisplayDPI)(_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi) |
Definition at line 192 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayDPI().
void(* SDL_VideoDevice::GetDisplayModes)(_THIS, SDL_VideoDisplay *display) |
Definition at line 197 of file SDL_sysvideo.h.
Referenced by SDL_GetNumDisplayModesForDisplay().
int(* SDL_VideoDevice::GetDisplayUsableBounds)(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
Definition at line 187 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayUsableBounds().
int(* SDL_VideoDevice::GetWindowBordersSize)(_THIS, SDL_Window *window, int *top, int *left, int *bottom, int *right) |
Definition at line 219 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowBordersSize().
int(* SDL_VideoDevice::GetWindowGammaRamp)(_THIS, SDL_Window *window, Uint16 *ramp) |
Definition at line 233 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowGammaRamp().
SDL_bool(* SDL_VideoDevice::GetWindowWMInfo)(_THIS, SDL_Window *window, struct SDL_SysWMinfo *info) |
Definition at line 248 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowWMInfo().
struct { ... } SDL_VideoDevice::gl_config |
SDL_GLContext(* SDL_VideoDevice::GL_CreateContext)(_THIS, SDL_Window *window) |
Definition at line 258 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_CreateWindow(), SDL_GL_CreateContext(), and SDL_RecreateWindow().
struct SDL_GLDriverData* SDL_VideoDevice::gl_data |
Definition at line 382 of file SDL_sysvideo.h.
Definition at line 265 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes().
void(* SDL_VideoDevice::GL_DeleteContext)(_THIS, SDL_GLContext context) |
Definition at line 264 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_DeleteContext().
Definition at line 260 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetDrawableSize().
Definition at line 256 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_GetProcAddress().
int(* SDL_VideoDevice::GL_GetSwapInterval)(_THIS) |
Definition at line 262 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetSwapInterval().
Definition at line 255 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_LoadLibrary().
int(* SDL_VideoDevice::GL_MakeCurrent)(_THIS, SDL_Window *window, SDL_GLContext context) |
Definition at line 259 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_MakeCurrent().
int(* SDL_VideoDevice::GL_SetSwapInterval)(_THIS, int interval) |
Definition at line 261 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_SetSwapInterval().
int(* SDL_VideoDevice::GL_SwapWindow)(_THIS, SDL_Window *window) |
Definition at line 263 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_GL_SwapWindow().
Definition at line 257 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_GL_LoadLibrary(), and SDL_GL_UnloadLibrary().
SDL_Window* SDL_VideoDevice::grabbed_window |
Definition at line 318 of file SDL_sysvideo.h.
Referenced by SDL_GetGrabbedWindow(), SDL_GetWindowGrab(), and SDL_UpdateWindowGrab().
int SDL_VideoDevice::green_size |
Definition at line 328 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 300 of file SDL_sysvideo.h.
Referenced by SDL_HasClipboardText().
Definition at line 292 of file SDL_sysvideo.h.
Referenced by SDL_HasScreenKeyboardSupport().
void(* SDL_VideoDevice::HideScreenKeyboard)(_THIS, SDL_Window *window) |
Definition at line 294 of file SDL_sysvideo.h.
Referenced by SDL_StopTextInput().
void(* SDL_VideoDevice::HideWindow)(_THIS, SDL_Window *window) |
Definition at line 224 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_HideWindow().
SDL_bool SDL_VideoDevice::is_dummy |
Definition at line 313 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), and ShouldUseTextureFramebuffer().
SDL_bool(* SDL_VideoDevice::IsScreenKeyboardShown)(_THIS, SDL_Window *window) |
Definition at line 295 of file SDL_sysvideo.h.
Referenced by SDL_IsScreenKeyboardShown().
void* SDL_VideoDevice::loader_handle |
Definition at line 376 of file SDL_sysvideo.h.
int SDL_VideoDevice::loader_loaded |
Definition at line 374 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_GetVkGetInstanceProcAddr(), SDL_Vulkan_LoadLibrary(), and SDL_Vulkan_UnloadLibrary().
char SDL_VideoDevice::loader_path[256] |
Definition at line 375 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_LoadLibrary().
int SDL_VideoDevice::major_version |
Definition at line 343 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
void(* SDL_VideoDevice::MaximizeWindow)(_THIS, SDL_Window *window) |
Definition at line 226 of file SDL_sysvideo.h.
Referenced by SDL_MaximizeWindow().
void(* SDL_VideoDevice::MinimizeWindow)(_THIS, SDL_Window *window) |
Definition at line 227 of file SDL_sysvideo.h.
Referenced by SDL_MinimizeWindow().
int SDL_VideoDevice::minor_version |
Definition at line 344 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::multisamplebuffers |
Definition at line 340 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::multisamplesamples |
Definition at line 341 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
const char* SDL_VideoDevice::name |
Definition at line 152 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_GetCurrentVideoDriver(), SDL_GL_GetProcAddress(), SDL_GL_LoadLibrary(), SDL_RecreateWindow(), SDL_UpdateFullscreenMode(), SDL_VideoInit(), SDL_Vulkan_LoadLibrary(), and ShouldMinimizeOnFocusLoss().
Uint32 SDL_VideoDevice::next_object_id |
Definition at line 320 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), and SDL_VideoInit().
int SDL_VideoDevice::no_error |
Definition at line 351 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::num_displays |
Definition at line 315 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay(), SDL_GetIndexOfDisplay(), SDL_GetNumVideoDisplays(), SDL_GetWindowDisplayIndex(), SDL_SetWindowPosition(), SDL_VideoInit(), SDL_VideoQuit(), and videoInit().
void(* SDL_VideoDevice::OnWindowEnter)(_THIS, SDL_Window *window) |
Definition at line 239 of file SDL_sysvideo.h.
Referenced by SDL_OnWindowEnter().
int SDL_VideoDevice::profile_mask |
Definition at line 346 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 281 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_PumpEvents().
void(* SDL_VideoDevice::RaiseWindow)(_THIS, SDL_Window *window) |
Definition at line 225 of file SDL_sysvideo.h.
Referenced by SDL_RaiseWindow().
int SDL_VideoDevice::red_size |
Definition at line 327 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::release_behavior |
Definition at line 348 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::reset_notification |
Definition at line 349 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 172 of file SDL_sysvideo.h.
Referenced by SDL_GetTouch().
void(* SDL_VideoDevice::RestoreWindow)(_THIS, SDL_Window *window) |
Definition at line 228 of file SDL_sysvideo.h.
Referenced by SDL_RestoreWindow().
int SDL_VideoDevice::retained_backing |
Definition at line 352 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 298 of file SDL_sysvideo.h.
Referenced by SDL_SetClipboardText().
int(* SDL_VideoDevice::SetDisplayMode)(_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode) |
Definition at line 205 of file SDL_sysvideo.h.
Referenced by SDL_SetDisplayModeForDisplay().
Definition at line 289 of file SDL_sysvideo.h.
Referenced by SDL_SetTextInputRect().
void(* SDL_VideoDevice::SetWindowBordered)(_THIS, SDL_Window *window, SDL_bool bordered) |
Definition at line 229 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowBordered().
void(* SDL_VideoDevice::SetWindowFullscreen)(_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscreen) |
Definition at line 231 of file SDL_sysvideo.h.
Referenced by SDL_UpdateFullscreenMode().
int(* SDL_VideoDevice::SetWindowGammaRamp)(_THIS, SDL_Window *window, const Uint16 *ramp) |
Definition at line 232 of file SDL_sysvideo.h.
Referenced by SDL_OnWindowFocusGained(), SDL_OnWindowFocusLost(), and SDL_SetWindowGammaRamp().
void(* SDL_VideoDevice::SetWindowGrab)(_THIS, SDL_Window *window, SDL_bool grabbed) |
Definition at line 234 of file SDL_sysvideo.h.
Referenced by SDL_UpdateWindowGrab().
int(* SDL_VideoDevice::SetWindowHitTest)(SDL_Window *window, SDL_bool enabled) |
Definition at line 306 of file SDL_sysvideo.h.
Referenced by SDL_RecreateWindow(), and SDL_SetWindowHitTest().
void(* SDL_VideoDevice::SetWindowIcon)(_THIS, SDL_Window *window, SDL_Surface *icon) |
Definition at line 214 of file SDL_sysvideo.h.
Referenced by SDL_RecreateWindow(), and SDL_SetWindowIcon().
int(* SDL_VideoDevice::SetWindowInputFocus)(_THIS, SDL_Window *window) |
Definition at line 222 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowInputFocus().
void(* SDL_VideoDevice::SetWindowMaximumSize)(_THIS, SDL_Window *window) |
Definition at line 218 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowMaximumSize().
void(* SDL_VideoDevice::SetWindowMinimumSize)(_THIS, SDL_Window *window) |
Definition at line 217 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowMinimumSize().
int(* SDL_VideoDevice::SetWindowModalFor)(_THIS, SDL_Window *modal_window, SDL_Window *parent_window) |
Definition at line 221 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowModalFor().
int(* SDL_VideoDevice::SetWindowOpacity)(_THIS, SDL_Window *window, float opacity) |
Definition at line 220 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowOpacity().
void(* SDL_VideoDevice::SetWindowPosition)(_THIS, SDL_Window *window) |
Definition at line 215 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowPosition().
void(* SDL_VideoDevice::SetWindowResizable)(_THIS, SDL_Window *window, SDL_bool resizable) |
Definition at line 230 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowResizable().
void(* SDL_VideoDevice::SetWindowSize)(_THIS, SDL_Window *window) |
Definition at line 216 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_SetWindowSize().
void(* SDL_VideoDevice::SetWindowTitle)(_THIS, SDL_Window *window) |
Definition at line 213 of file SDL_sysvideo.h.
Referenced by SDL_RecreateWindow(), and SDL_SetWindowTitle().
SDL_ShapeDriver SDL_VideoDevice::shape_driver |
Definition at line 245 of file SDL_sysvideo.h.
Referenced by SDL_CreateShapedWindow(), and SDL_SetWindowShape().
int SDL_VideoDevice::share_with_current_context |
Definition at line 347 of file SDL_sysvideo.h.
Referenced by SDL_GL_GetAttribute(), SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int(* SDL_VideoDevice::ShowMessageBox)(_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid) |
Definition at line 303 of file SDL_sysvideo.h.
Referenced by SDL_ShowMessageBox().
void(* SDL_VideoDevice::ShowScreenKeyboard)(_THIS, SDL_Window *window) |
Definition at line 293 of file SDL_sysvideo.h.
Referenced by SDL_StartTextInput().
void(* SDL_VideoDevice::ShowWindow)(_THIS, SDL_Window *window) |
Definition at line 223 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_ShowWindow().
Definition at line 287 of file SDL_sysvideo.h.
Referenced by SDL_SetKeyboardFocus(), and SDL_StartTextInput().
int SDL_VideoDevice::stencil_size |
Definition at line 333 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
int SDL_VideoDevice::stereo |
Definition at line 339 of file SDL_sysvideo.h.
Referenced by SDL_GL_ResetAttributes(), and SDL_GL_SetAttribute().
Definition at line 288 of file SDL_sysvideo.h.
Referenced by SDL_SetKeyboardFocus(), and SDL_StopTextInput().
SDL_bool SDL_VideoDevice::suspend_screensaver |
Definition at line 314 of file SDL_sysvideo.h.
Referenced by SDL_DisableScreenSaver(), SDL_EnableScreenSaver(), and SDL_IsScreenSaverEnabled().
Definition at line 284 of file SDL_sysvideo.h.
Referenced by SDL_DisableScreenSaver(), and SDL_EnableScreenSaver().
int(* SDL_VideoDevice::UpdateWindowFramebuffer)(_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects) |
Definition at line 237 of file SDL_sysvideo.h.
Referenced by createDevice(), SDL_CreateWindowFramebuffer(), SDL_UpdateWindowSurfaceRects(), and SDL_VideoInit().
int(* SDL_VideoDevice::VideoInit)(_THIS) |
Definition at line 161 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_VideoInit().
Definition at line 167 of file SDL_sysvideo.h.
Referenced by createDevice(), and SDL_VideoQuit().
PFN_vkEnumerateInstanceExtensionProperties SDL_VideoDevice::vkEnumerateInstanceExtensionProperties |
Definition at line 373 of file SDL_sysvideo.h.
PFN_vkGetInstanceProcAddr SDL_VideoDevice::vkGetInstanceProcAddr |
Definition at line 372 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_GetVkGetInstanceProcAddr().
struct { ... } SDL_VideoDevice::vulkan_config |
Referenced by SDL_Vulkan_GetVkGetInstanceProcAddr(), SDL_Vulkan_LoadLibrary(), and SDL_Vulkan_UnloadLibrary().
SDL_bool(* SDL_VideoDevice::Vulkan_CreateSurface)(_THIS, SDL_Window *window, VkInstance instance, VkSurfaceKHR *surface) |
Definition at line 274 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), and SDL_Vulkan_CreateSurface().
Definition at line 275 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_GetDrawableSize().
SDL_bool(* SDL_VideoDevice::Vulkan_GetInstanceExtensions)(_THIS, SDL_Window *window, unsigned *count, const char **names) |
Definition at line 273 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_GetInstanceExtensions().
Definition at line 271 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_LoadLibrary().
Definition at line 272 of file SDL_sysvideo.h.
Referenced by SDL_Vulkan_UnloadLibrary().
Uint8 SDL_VideoDevice::window_magic |
Definition at line 319 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), and SDL_CreateWindowFrom().
SDL_Window* SDL_VideoDevice::windows |
Definition at line 317 of file SDL_sysvideo.h.
Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), SDL_DestroyWindow(), SDL_GetFocusWindow(), SDL_GetWindowFromID(), SDL_HasWindows(), SDL_OnApplicationDidBecomeActive(), SDL_OnApplicationWillResignActive(), SDL_ToggleDragAndDropSupport(), SDL_UpdateFullscreenMode(), and SDL_VideoQuit().