logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SDL_HINT_VULKAN_LIBRARY - Specify the Vulkan library to load.

Availability

       This hint is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                         SDL_HINT_VULKAN_LIBRARY(3)

Description

       This hint should be set before creating a Vulkan window or calling

       SDL_Vulkan_LoadLibrary ().

Header File

       Defined in SDL3/SDL_hints.h

Name

       SDL_HINT_VULKAN_LIBRARY - Specify the Vulkan library to load.

Synopsis

#include"SDL3/SDL.h"#defineSDL_HINT_VULKAN_LIBRARYSDL_VULKAN_LIBRARY"

See Also