projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2c37f
)
vk/vulkan.h: Change the MsCreateInfo structure to the 130 version
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 9 Jul 2015 23:19:52 +0000
(16:19 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 9 Jul 2015 23:19:54 +0000
(16:19 -0700)
We do nothing with it at the moment, so this is a no-op.
include/vulkan/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan/vulkan.h
b/include/vulkan/vulkan.h
index 5ae5f6e781fde3733dd7869413d9168c9b11e01e..66d4f23cfa041d5ceb1f7af0783a96b0df0bfa18 100644
(file)
--- a/
include/vulkan/vulkan.h
+++ b/
include/vulkan/vulkan.h
@@
-1553,8
+1553,7
@@
typedef struct {
typedef struct {
VkStructureType sType;
const void* pNext;
- uint32_t samples;
- bool32_t multisampleEnable;
+ uint32_t rasterSamples;
bool32_t sampleShadingEnable;
float minSampleShading;
VkSampleMask sampleMask;