LeviLamina
Loading...
Searching...
No Matches
LRUEviction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
dragon::texturestreaming {
6
7
struct
LRUEviction
{
8
public
:
9
// LRUEviction inner types declare
10
// clang-format off
11
struct
ImageLRUData
;
12
// clang-format on
13
14
// LRUEviction inner types define
15
struct
ImageLRUData
{};
16
};
17
18
}
// namespace dragon::texturestreaming
dragon::texturestreaming::LRUEviction::ImageLRUData
Definition
LRUEviction.h:15
dragon::texturestreaming::LRUEviction
Definition
LRUEviction.h:7
src
mc
external
render_dragon
texture_streaming
texture_cache
LRUEviction.h
Generated on
for LeviLamina by
1.16.1