Skip to content
  • StableCoder's avatar
    Split VkResultToString function form error_code · f31f3bb6
    StableCoder authored
    The ability to convert a VkResult to a readable string is too useful to
    keep locked away just inside the std::error_code.
    
    As such, that functionality has been shifted to a separate header that
    provides just the vkResultToString(VkResult) function standalone, and
    now also be C-compatible.
    f31f3bb6