Fix whitespace
This commit is contained in:
parent
099174883d
commit
1858598fe0
|
@ -47,7 +47,7 @@ extern "C" {
|
|||
|
||||
|
||||
#define VK_NULL_HANDLE 0
|
||||
|
||||
|
||||
|
||||
|
||||
#define VK_DEFINE_HANDLE(object) typedef struct object##_T* object;
|
||||
|
@ -60,7 +60,7 @@ extern "C" {
|
|||
#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
typedef uint32_t VkFlags;
|
||||
|
|
Loading…
Reference in New Issue