mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-01 09:44:20 +08:00
Examples: SDL3+WGPU: fixed build warning. (#9255)
This commit is contained in:
@@ -513,7 +513,7 @@ static bool InitWGPU(SDL_Window* window)
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static WGPUSurface CreateWGPUSurface(const WGPUInstance& instance, SDL_Window* window)
|
WGPUSurface CreateWGPUSurface(const WGPUInstance& instance, SDL_Window* window)
|
||||||
{
|
{
|
||||||
SDL_PropertiesID propertiesID = SDL_GetWindowProperties(window);
|
SDL_PropertiesID propertiesID = SDL_GetWindowProperties(window);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user