SDL_ELF_NOTE_DLOPEN_PRIORITY_REQUIRED - Man Page

Use this macro with SDL_ELF_NOTE_DLOPEN() to note that a dynamic shared library dependency is required.

Synopsis

#include <SDL3/SDL_dlopennote.h>

#define SDL_ELF_NOTE_DLOPEN_PRIORITY_REQUIRED    "required"

Description

Core functionality needs the dependency, the binary will not work if it cannot be found.

Availability

This macro is available since SDL 3.4.0.

See Also

SDL_ELF_NOTE_DLOPEN(3), SDL_ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED(3), SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED(3)

Referenced By

SDL_ELF_NOTE_DLOPEN(3), SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED(3), SDL_ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED(3).

SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS