should have void instead of nothing
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@129 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
1ea989c32d
commit
fd2f42d333
3 changed files with 6 additions and 4 deletions
|
|
@ -252,7 +252,7 @@
|
|||
<a href="#Mw_Vulkan_h__MwVulkanGetField">MwVulkanGetField</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#Mw_Vulkan_h__MwVulkanSupported__">MwVulkanSupported()</a>
|
||||
<a href="#Mw_Vulkan_h__MwVulkanSupported">MwVulkanSupported</a>
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="#Mw_Window_h">Mw/Window.h</a>
|
||||
|
|
@ -1681,7 +1681,9 @@
|
|||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<pre id="Mw_Vulkan_h__MwVulkanSupported__"><code>MWDECL VkBool32 MwVulkanSupported();</code></pre>
|
||||
<pre id="Mw_Vulkan_h__MwVulkanSupported"><code>MWDECL VkBool32 MwVulkanSupported (
|
||||
void
|
||||
);</code></pre>
|
||||
<dl>
|
||||
<dd>
|
||||
Return whether Vulkan is installed on the target platform.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue