loadVulkanLib

tries to load the platform vulkan dynamic link library the library handle / pointer is stored privately in this module errors are reported to a specifiable stream which is standard error by default

nothrow @nogc
bool
loadVulkanLib
(
FILE* log_stream = stderr
)

Parameters

log_stream FILE*

file stream to receive error messages, default stderr

Return Value

Type: bool

true if the vulkan lib could be loaded, false otherwise

Meta