From 8994cfa9f1e343308d732a33ebf151bd4b548024 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 11 Jun 2015 16:23:27 -0600 Subject: vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 Remove pointSize and pointFadeThreshold from VkDynamicRsStateCreateInfo. --- include/vulkan.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vulkan.h') 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; -- cgit v1.2.3