commit | 2fba032310b251dfa04b00284124da345cc56a82 | [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 | fcb0356f03d1161c9dc97f7c77c1be55aed2799b | |
parent | 9db41a0deb032b08dcdc9712010cef101b14c507 [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.