layers: MR148/GL82, Don't memset PIPELINE_NODE in draw_state
authorTobin Ehlis <tobine@google.com>
Wed, 20 Jan 2016 16:01:24 +0000 (09:01 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Wed, 20 Jan 2016 18:50:58 +0000 (11:50 -0700)
commit0278845051a6f0b68c47990b5d6ce725751ffe9e
tree8e13948bc70c2852b55a49ea372d94f680c047c6
parentbf6bcad21e911637db8f3769bdfd7dd7ceb61701
layers: MR148/GL82, Don't memset PIPELINE_NODE in draw_state

Remove memset of PIPELINE_NODE from Compute Pipeline creation.
Default constructor handles initialization so no need to memset and this was
causing a crash due to corrupting the active_sets std::set.
layers/draw_state.cpp