diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-06-12 10:57:53 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:57 -0600 |
| commit | 0e698d0654a5aede0ed9f2337b59fdd41c5762d8 (patch) | |
| tree | e37d32f8aff01c0b2e77a304ce8626a7a7b3e485 /include | |
| parent | 16c11fd1a5b5d996556a3eb85a3f323889a78869 (diff) | |
| download | usermoji-0e698d0654a5aede0ed9f2337b59fdd41c5762d8.tar.xz | |
vulkan.h: V101 -- Remove programPointSize, Bug# 13928
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 995d7a49..768ee25f 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -33,7 +33,7 @@ #include "vk_platform.h" // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 100, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 101, 0) #ifdef __cplusplus extern "C" @@ -1768,7 +1768,6 @@ typedef struct VkPipelineRsStateCreateInfo_ const void* pNext; // Pointer to next structure bool32_t depthClipEnable; bool32_t rasterizerDiscardEnable; - bool32_t programPointSize; // optional (GL45) VkCoordinateOrigin pointOrigin; // optional (GL45) VkProvokingVertex provokingVertex; // optional (GL45) VkFillMode fillMode; // optional (GL45) |
