projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6725907
)
vk/vulkan.h: Add a compareEnable parameter to SamplerCreateInfo
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:49:01 +0000
(16:49 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:49:04 +0000
(16:49 -0700)
Our hardware doesn't actually need this, so adding it is a no-op.
include/vulkan/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan/vulkan.h
b/include/vulkan/vulkan.h
index 1af41e4bebaa3a5536f4d8249ff2498cfee4664a..80edb316cc7bba223c4b7e3c4e3062934ade8d03 100644
(file)
--- a/
include/vulkan/vulkan.h
+++ b/
include/vulkan/vulkan.h
@@
-1558,6
+1558,7
@@
typedef struct {
VkTexAddress addressW;
float mipLodBias;
uint32_t maxAnisotropy;
+ bool32_t compareEnable;
VkCompareOp compareOp;
float minLod;
float maxLod;