1 2 3 4 5 6 7 8 9 10
#ifndef VGLTF_PLATFORM_SDL_H #define VGLTF_PLATFORM_SDL_H #include <SDL3/SDL.h> struct vgltf_platform { SDL_Window *window; }; #endif // VGLTF_PLATFORM_SDL_H