Skip to content

Commit

Permalink
Fixed whitespace in SDL_vulkan.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 2, 2020
1 parent d48c97c commit 06267f5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions include/SDL_vulkan.h
Expand Up @@ -204,10 +204,9 @@ extern DECLSPEC void SDLCALL SDL_Vulkan_UnloadLibrary(void);
*
* \sa SDL_Vulkan_CreateSurface()
*/
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(
SDL_Window *window,
unsigned int *pCount,
const char **pNames);
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(SDL_Window *window,
unsigned int *pCount,
const char **pNames);

/**
* \brief Create a Vulkan rendering surface for a window.
Expand Down Expand Up @@ -238,10 +237,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(
*
* \sa SDL_Vulkan_GetInstanceExtensions()
*/
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_CreateSurface(
SDL_Window *window,
VkInstance instance,
VkSurfaceKHR* surface);
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_CreateSurface(SDL_Window *window,
VkInstance instance,
VkSurfaceKHR* surface);

/**
* \brief Get the size of a window's underlying drawable in pixels (for use
Expand Down

0 comments on commit 06267f5

Please sign in to comment.