diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-06-11 16:23:27 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:57 -0600 |
| commit | 8994cfa9f1e343308d732a33ebf151bd4b548024 (patch) | |
| tree | 7f0f4cf3542a0290c3a44d4a313c15a1d55130d1 /include | |
| parent | f95323f72495b0dd50f942236a58a344eabc4d78 (diff) | |
| download | usermoji-8994cfa9f1e343308d732a33ebf151bd4b548024.tar.xz | |
vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928
Remove pointSize and pointFadeThreshold from VkDynamicRsStateCreateInfo.
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 3aa7411c..6ea3001c 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1891,8 +1891,6 @@ typedef struct VkDynamicRsStateCreateInfo_ float depthBias; float depthBiasClamp; float slopeScaledDepthBias; - float pointSize; // optional (GL45) - Size of points - float pointFadeThreshold; // optional (GL45) - Size of point fade threshold float lineWidth; // optional (GL45) - Width of lines } VkDynamicRsStateCreateInfo; |
