mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
work around compile error asserting on static const
This commit is contained in:
@@ -247,7 +247,7 @@ VulkanTextRenderer::VulkanTextRenderer(WrappedVulkan *driver)
|
||||
VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO, NULL, 0, 1, &attDesc, 1, &sub,
|
||||
};
|
||||
|
||||
RDCASSERTEQUAL(BBFormats.size(), VulkanTextRenderer::NUM_BB_FORMATS);
|
||||
RDCASSERTEQUAL(BBFormats.size(), int(NUM_BB_FORMATS));
|
||||
|
||||
for(size_t i = 0; i < BBFormats.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user