Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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