mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 17:05:24 +00:00
Brought metal in sync
This commit is contained in:
@@ -20,9 +20,10 @@ struct MetalContext;
|
||||
|
||||
class MetalDataFactory : public IGraphicsDataFactory
|
||||
{
|
||||
friend struct MetalCommandQueue;
|
||||
IGraphicsContext* m_parent;
|
||||
IGraphicsData* m_deferredData = nullptr;
|
||||
std::unordered_set<IGraphicsData*> m_committedData;
|
||||
struct MetalData* m_deferredData = nullptr;
|
||||
std::unordered_set<struct MetalData*> m_committedData;
|
||||
struct MetalContext* m_ctx;
|
||||
public:
|
||||
MetalDataFactory(IGraphicsContext* parent, MetalContext* ctx);
|
||||
|
||||
Reference in New Issue
Block a user