document
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@90 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
c5ab136c2f
commit
b9cbeed084
2 changed files with 34 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
/* $Id$ */
|
||||
/*!
|
||||
* %file KMw/Vulkan.h
|
||||
* %brief Vulkan widget
|
||||
* %warning This header is not documented yet
|
||||
*/
|
||||
#ifndef __MW_VULKAN_H__
|
||||
#define __MW_VULKAN_H__
|
||||
|
||||
|
|
@ -16,6 +21,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* %brief Vulkan widget class
|
||||
*/
|
||||
MWDECL MwClass MwVulkanClass;
|
||||
|
||||
// Add an extension to the list of extensions to enable prior to initialization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue