freeVulkanLib

tries to free / unload the previously loaded platform vulkan lib errors are reported to a specifiable stream which is standard error by default

nothrow @nogc
bool
freeVulkanLib
(
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 freed, false otherwise

Meta