Unravel Engine C++ Reference
Loading...
Searching...
No Matches
evictable.h File Reference
#include <cstdint>

Go to the source code of this file.

Classes

class  gfx::ievictable
 

Namespaces

namespace  gfx
 
namespace  gfx::detail
 

Enumerations

enum class  gfx::evict_state : std::uint8_t { gfx::resident , gfx::evicted }
 Residency state of a GPU resource tracked by the eviction system. More...
 
enum class  gfx::evict_class : std::uint8_t { gfx::non_evictable , gfx::evictable }
 Eviction eligibility of a tracked resource. More...
 

Variables

std::uint64_t gfx::detail::g_eviction_frame {0}