commit | b8b6b27debfe979303a74fe3cd6b9a56a1e0de36 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Mon May 02 13:26:06 2016 -0600 |
committer | Tobin Ehlis <tobine@google.com> | Wed May 04 09:15:59 2016 -0600 |
tree | e4d62cda5b3dfbce27eed11c1a89fa933658986e | |
parent | b5bc11ea9284dd12c0a6cc499dfdfe2b5fb9c758 [diff] |
layers: GH465 Add validation for now bound VkPipeline At the time of a Draw or Dispatch, a pipeline must be bound to the command buffer. This adds a check to verify that. Added tests for both draw and compute cases to verify the check.