Skip to content
Snippets Groups Projects

Resolve "Resizing-Event"

Merged Ghost User requested to merge 34-resizing-event into develop
5 files
+ 83
33
Compare changes
  • Side-by-side
  • Inline
Files
5
  • a10fd28d
    [#34] add recreation for swapchain and imageViews · a10fd28d
    Sebastian Gaida authored
+ 3
1
@@ -88,7 +88,9 @@ namespace vkcv
* @param[in] width new window width
* @param[in] height new window hight
*/
static void recreateSwapchain( const vk::Device& device ,int width, int height);
void recreateSwapchain(int width, int height);
static std::vector<vk::ImageView> createImageViews( Context &context, SwapChain& swapChain);
public:
/**
Loading