HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_VKExt.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: RV_VKExt.h ( RV Library, C++)
7  *
8  * COMMENTS:
9  * Class to hold extensions functions for Vulkan
10  */
11 
12 #ifndef RV_VKExt_h
13 #define RV_VKExt_h
14 
15 #include "RV_API.h"
16 #include <VE/VE_Ext.h>
17 
18 // Class
19 class RV_API RV_VKExt : public VE_Ext
20 {
21 public:
22  using VE_Ext::VE_Ext;
23 };
24 
25 #endif
Definition: VE_Ext.h:24
#define RV_API
Definition: RV_API.h:10