diff options
Diffstat (limited to 'include/vk_platform.h')
| -rw-r--r-- | include/vk_platform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vk_platform.h b/include/vk_platform.h index fc73dd16..0f4927c7 100644 --- a/include/vk_platform.h +++ b/include/vk_platform.h @@ -76,11 +76,11 @@ extern "C" #endif #endif // !defined(VK_NO_STDINT_H) -typedef uint64_t VK_GPU_SIZE; +typedef uint64_t VkGpuSize; typedef uint32_t bool32_t; -typedef uint32_t VK_SAMPLE_MASK; -typedef uint32_t VK_FLAGS; +typedef uint32_t VkSampleMask; +typedef uint32_t VkFlags; typedef int32_t VK_ENUM; #ifdef __cplusplus |
