projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb859e
)
vk/vulkan.h: Rename (min|max)Depth to (min|max)DepthBounds
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 19:37:54 +0000
(12:37 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 7 Jul 2015 19:37:54 +0000
(12:37 -0700)
include/vulkan/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan/vulkan.h
b/include/vulkan/vulkan.h
index e2f5fd081952c5384359b63c872e5a621d67d429..c42c050b4eaf730539b0969dab00a89fe0426cee 100644
(file)
--- a/
include/vulkan/vulkan.h
+++ b/
include/vulkan/vulkan.h
@@
-1649,8
+1649,8
@@
typedef struct {
typedef struct {
VkStructureType sType;
const void* pNext;
- float minDepth;
- float maxDepth;
+ float minDepth
Bounds
;
+ float maxDepth
Bounds
;
uint32_t stencilReadMask;
uint32_t stencilWriteMask;
uint32_t stencilFrontRef;