VKException

The one exception type thrown in this wrapper. A failing Vulkan function should <b>always</b> throw an VKException.

version(__Vulkan__)
class VKException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable next)

Meta