Skip to content
Snippets Groups Projects

Resolve "Resizing-Event"

Merged Ghost User requested to merge 34-resizing-event into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 8f3645df
    [#34][Fix] fix MSVC compilation · 8f3645df
    Sebastian Gaida authored
    shut up msvc it was a feature not a bug....
@@ -71,7 +71,7 @@ namespace vkcv {
* @param width
* @param height
*/
vk::SwapchainKHR recreateSwapchain( const Context &context, const Window &window, int width, int height);
void recreateSwapchain( const Context &context, const Window &window, int width, int height);
};
}
Loading