mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Compile fix for x64
This commit is contained in:
@@ -525,7 +525,7 @@ bool WrappedVulkan::Serialise_vkCreateDevice(
|
||||
Layers.push_back("VK_LAYER_LUNARG_standard_validation");
|
||||
#endif
|
||||
|
||||
createInfo.enabledLayerCount = Layers.size();
|
||||
createInfo.enabledLayerCount = (uint32_t)Layers.size();
|
||||
|
||||
const char **layerArray = NULL;
|
||||
if(!Layers.empty())
|
||||
|
||||
Reference in New Issue
Block a user