Removed extra semicolon to fix some pedantic builds.
This commit is contained in:
parent
ad009c6224
commit
d760ec5228
@ -9,7 +9,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
VK_DEFINE_HANDLE(VkRecordListMWN);
|
||||
VK_DEFINE_HANDLE(VkRecordListMWN)
|
||||
|
||||
static const VkStructureType VK_STRUCTURE_TYPE_RECORD_LIST_ALLOCATE_INFO_MWN = (VkStructureType) 2000144777; // pretty random, but should be fine I guess
|
||||
static const VkStructureType VK_STRUCTURE_TYPE_RECORD_INFO_MWN = (VkStructureType) 2000144778;
|
||||
|
Loading…
x
Reference in New Issue
Block a user