cube: Remove redundant memset
authorCharles Giessen <charles@lunarg.com>
Fri, 20 Mar 2020 21:28:51 +0000 (15:28 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 20 Mar 2020 22:54:30 +0000 (16:54 -0600)
commitbec7b6e29260caa9348b1fd42b5d65443d512748
tree28804893817f148113bf4aef0fb9f45eff300c06
parentf881e61208736b1f381be819d923606c19fc9a12
cube: Remove redundant memset

The C++ Vulkan headers will default initialize objects, not need to memset it.

Change-Id: Icdc5cde13410bc7f0002c2d6d4075e79100fd86d
cube/cube.cpp