mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
Lizzie get meowed, please.
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user