logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_SharedObject - An opaque datatype that represents a loaded shared object.

Availability

       This datatype is available since SDL 3.2.0.

Header File

       Defined in SDL3/SDL_loadso.h

Name

       SDL_SharedObject - An opaque datatype that represents a loaded shared object.

See Also

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

Simple Directmedia Layer                           SDL 3.2.10                            SDL_SharedObject(3type)

Synopsis

#include"SDL3/SDL.h"typedefstructSDL_SharedObjectSDL_SharedObject;

See Also