commit | f980af43510a4b7bbb1a9ed4a5ea39badb6ed23b | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Sat Jan 23 18:31:23 2016 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Sat Jan 23 18:31:23 2016 -0700 |
tree | d3828aa07afd074293f64aa6e67a96e52b793e08 | |
parent | fd56648af487141e80ba6c74524f283f14daa199 [diff] |
layers: LX300, Conditionally validate pInheritanceInfo in object_tracker In BeginCommandBuffers, pInheritance may be non-NULL but should only be validated if it is part of a secondary command buffer. Added status flag for this setting in AllocateCommandBuffers and added code-gen for this special case to the layer generation code and made the routine (dereference_conditionally) general-purpose.