diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-31 00:31:16 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-03 15:21:48 -0700 |
| commit | 3139734f2b96be6bfa38118ffbc71eb551f4ef48 (patch) | |
| tree | 0bc54daeef62a0579ed9ef4119f944b53bdeac6d /include | |
| parent | 3ede94625213de8237d565a9cb3ba16608d47af3 (diff) | |
| download | usermoji-3139734f2b96be6bfa38118ffbc71eb551f4ef48.tar.xz | |
bug 14861 part 2: rasterization review issues (WIP)
Add standardSampleLocations.
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14861
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index f695663a..eba214c6 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1279,6 +1279,7 @@ typedef struct VkPhysicalDeviceLimits { float pointSizeGranularity; float lineWidthGranularity; VkBool32 strictLines; + VkBool32 standardSampleLocations; VkDeviceSize optimalBufferCopyOffsetAlignment; VkDeviceSize optimalBufferCopyRowPitchAlignment; } VkPhysicalDeviceLimits; |
