aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-26 10:18:34 -0600
committerTony Barbour <tony@LunarG.com>2015-06-26 10:18:34 -0600
commit3ca22500cd0e92af6f7e7052f257f2e14a777334 (patch)
tree3ffda45b05de4c80e246764fe54dec650709828f /include
parent4e44255e46637d32cfd52787d5e134cdcab6ec62 (diff)
downloadusermoji-3ca22500cd0e92af6f7e7052f257f2e14a777334.tar.xz
vulkan.h: Bug 13616 Clarification of types of sample counts
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index eaab4a1f..4e1265ae 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1742,7 +1742,7 @@ typedef struct VkPipelineMsStateCreateInfo_
{
VkStructureType sType; // Must be VK_STRUCTURE_TYPE_PIPELINE_MS_STATE_CREATE_INFO
const void* pNext; // Pointer to next structure
- uint32_t samples;
+ uint32_t rasterSamples;
bool32_t multisampleEnable; // optional (GL45)
bool32_t sampleShadingEnable; // optional (GL45)
float minSampleShading; // optional (GL45)