|
|
|
@ -7,7 +7,7 @@ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <variant> |
|
|
|
#include <boost/container/small_vector.hpp> |
|
|
|
#include <vector> |
|
|
|
#include "video_core/vulkan_common/vulkan_wrapper.h" |
|
|
|
|
|
|
|
namespace Vulkan { |
|
|
|
@ -80,7 +80,7 @@ private: |
|
|
|
DescriptorUpdateEntry* payload_cursor = nullptr; |
|
|
|
DescriptorUpdateEntry* payload_start = nullptr; |
|
|
|
const DescriptorUpdateEntry* upload_start = nullptr; |
|
|
|
boost::container::small_vector<DescriptorUpdateEntry, 0> payload; |
|
|
|
std::vector<DescriptorUpdateEntry> payload; |
|
|
|
}; |
|
|
|
|
|
|
|
// TODO: should these be separate classes instead? |
|
|
|
|