layers: Fix WIN32 build
authorDustin Graves <dustin@lunarg.com>
Fri, 8 Jul 2016 21:03:39 +0000 (15:03 -0600)
committerDustin Graves <dustin@lunarg.com>
Fri, 8 Jul 2016 21:24:02 +0000 (15:24 -0600)
commit01a65038ca9bcee7d382f88aab58513e64b9e37f
tree75a2353598e1e890b2f8b3022b2d201a23d9151e
parentef26f2e134f9aa5b557fb802f7da114455a50779
layers: Fix WIN32 build

Fix a uint64_t to VkImage reinterpret_cast for 32-bit VS2013.  I
Missed this when reviewing the previous change.

Change-Id: I4a0865ab546b45792b8f4d841f6c6c04ff22501b
layers/core_validation.cpp