projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d843418
)
vk/vulkan.h: Use the query result bits from revision 130
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 00:27:11 +0000
(17:27 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 00:27:11 +0000
(17:27 -0700)
None of the important bits or names actually changed. It just
added/removed some no-op names.
No functional change.
include/vulkan/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan/vulkan.h
b/include/vulkan/vulkan.h
index aca65efd3ab16a3d774ed49f743c0e76c2c46be1..70ce0e4c3bd21d4d00b78d2db256161e985b76f9 100644
(file)
--- a/
include/vulkan/vulkan.h
+++ b/
include/vulkan/vulkan.h
@@
-942,9
+942,8
@@
typedef enum {
typedef VkFlags VkQueryPipelineStatisticFlags;
typedef enum {
- VK_QUERY_RESULT_
32_BI
T = 0,
+ VK_QUERY_RESULT_
DEFAUL
T = 0,
VK_QUERY_RESULT_64_BIT = 0x00000001,
- VK_QUERY_RESULT_NO_WAIT_BIT = 0,
VK_QUERY_RESULT_WAIT_BIT = 0x00000002,
VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = 0x00000004,
VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008,