renderer_vulkan: Misc fixes (#6974)
* vk_platform: Check if library was loaded * pica_to_vk: Dont crash on unknow blend equation
This commit is contained in:
parent
ee3eab5054
commit
30fcdc5474
3 changed files with 11 additions and 2 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
~DynamicLibrary();
|
||||
|
||||
/// Returns true if the library is loaded, otherwise false.
|
||||
[[nodiscard]] bool IsLoaded() {
|
||||
[[nodiscard]] bool IsLoaded() const noexcept {
|
||||
return handle != nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue