ImageView wrapper.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// Copyright 2022 Simon Boyé
|
||||
#pragma once
|
||||
|
||||
#include <vk/Semaphore.h>
|
||||
#include <vk/Context.h>
|
||||
#include <vk/Semaphore.h>
|
||||
#include <vk/ImageView.h>
|
||||
|
||||
#include <core/utils.h>
|
||||
|
||||
@@ -76,7 +77,7 @@ public:
|
||||
private:
|
||||
struct ImageResources {
|
||||
VkImage image = VK_NULL_HANDLE;
|
||||
VkImageView view = VK_NULL_HANDLE;
|
||||
ImageView view;
|
||||
Fence render_done;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user