mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 18:17:54 +00:00
VideoCore: Move Slot Vector to Common
This commit is contained in:
parent
4aedc90174
commit
4d97c54676
12 changed files with 33 additions and 33 deletions
|
@ -90,7 +90,7 @@ public:
|
|||
void PostCopyBarrier();
|
||||
void Finish();
|
||||
|
||||
void TickFrame(VideoCommon::SlotVector<Buffer>&) noexcept {}
|
||||
void TickFrame(Common::SlotVector<Buffer>&) noexcept {}
|
||||
|
||||
void ClearBuffer(Buffer& dest_buffer, u32 offset, size_t size, u32 value);
|
||||
|
||||
|
|
|
@ -30,13 +30,13 @@ class Image;
|
|||
class ImageView;
|
||||
class Sampler;
|
||||
|
||||
using Common::SlotVector;
|
||||
using VideoCommon::ImageId;
|
||||
using VideoCommon::ImageViewId;
|
||||
using VideoCommon::ImageViewType;
|
||||
using VideoCommon::NUM_RT;
|
||||
using VideoCommon::Region2D;
|
||||
using VideoCommon::RenderTargets;
|
||||
using VideoCommon::SlotVector;
|
||||
|
||||
struct FormatProperties {
|
||||
GLenum compatibility_class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue