vulkan: add MwVulkanSupported for telegraphing whether vulkan is avaliable on the user's computer
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@120 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
cc9a63b67e
commit
ddaaa37039
3 changed files with 59 additions and 8 deletions
|
|
@ -117,6 +117,11 @@ typedef enum MwVulkanField_T {
|
|||
*/
|
||||
MWDECL void* MwVulkanGetField(MwWidget handle, MwVulkanField field, MwErrorEnum* out);
|
||||
|
||||
/*!
|
||||
* %brief Return whether Vulkan is installed on the target platform.
|
||||
*/
|
||||
MWDECL VkBool32 MwVulkanSupported();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue