layers:Refactor CmdDispatchIndirect()
authorTobin Ehlis <tobine@google.com>
Wed, 21 Dec 2016 19:37:16 +0000 (12:37 -0700)
committerTobin Ehlis <tobine@google.com>
Fri, 23 Dec 2016 17:09:14 +0000 (10:09 -0700)
commit56e951f155e3da8d319afdac2325678552c424cd
treed202ce90c1a1cbc7616545124d79b5e268b38d81
parent9c7b7c983d1028f6ce46e8cda21c62715908f564
layers:Refactor CmdDispatchIndirect()

Refactor CmdDispatchIndirect() to use pre/post pattern. Use shared
validate/update functions along with extra code to handle the
validation and state update of the buffer used for indirect call.
layers/core_validation.cpp