File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ extern DECLSPEC void SDLCALL SDL_Vulkan_UnloadLibrary(void);
205
205
* \sa SDL_Vulkan_CreateSurface()
206
206
*/
207
207
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions (
208
- SDL_Window * window ,
209
- unsigned int * pCount ,
210
- const char * * pNames );
208
+ SDL_Window * window ,
209
+ unsigned int * pCount ,
210
+ const char * * pNames );
211
211
212
212
/**
213
213
* \brief Create a Vulkan rendering surface for a window.
@@ -239,9 +239,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(
239
239
* \sa SDL_Vulkan_GetInstanceExtensions()
240
240
*/
241
241
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_CreateSurface (
242
- SDL_Window * window ,
243
- VkInstance instance ,
244
- VkSurfaceKHR * surface );
242
+ SDL_Window * window ,
243
+ VkInstance instance ,
244
+ VkSurfaceKHR * surface );
245
245
246
246
/**
247
247
* \brief Get the size of a window's underlying drawable in pixels (for use
You can’t perform that action at this time.
0 commit comments