SDL_SharedObject.3type - Man Page

An opaque datatype that represents a loaded shared object.

Synopsis

#include <SDL3/SDL_loadso.h>

typedef struct SDL_SharedObject SDL_SharedObject;

Availability

This datatype is available since SDL 3.2.0.

See Also

SDL_LoadObject(3), SDL_LoadFunction(3), SDL_UnloadObject(3)

Info

SDL 3.4.0 Simple Directmedia Layer SDL3 DATATYPES