vk/vulkan.h: Remove client-settable pointSize from DynamicRsState

This commit is contained in:
Jason Ekstrand
2015-07-07 12:35:32 -07:00
parent 245583075c
commit 1fb859e4b2
2 changed files with 1 additions and 8 deletions

View File

@@ -1637,8 +1637,6 @@ typedef struct {
float depthBias;
float depthBiasClamp;
float slopeScaledDepthBias;
float pointSize;
float pointFadeThreshold;
float lineWidth;
} VkDynamicRsStateCreateInfo;