Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duttenheim committed Aug 30, 2024
1 parent b1f530c commit 95afb01
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/resource/resources/resourceloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,13 @@
#include "resource.h"
#include "threading/safequeue.h"
#include "threading/threadid.h"
#include "coregraphics/commandbuffer.h"
#include "ids/idpool.h"
#include <tuple>
#include <functional>

namespace Resources
{

struct PartialLoadBits
{
uint bits;
uint64 submissionId;
CoreGraphics::CmdBufferId cmdBuf;
};


enum LoadFlags
{
None = 0x0,
Expand Down

0 comments on commit 95afb01

Please sign in to comment.