3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bgfx/MatrixCache.h"
7#include "mc/external/bgfx/RectCache.h"
11namespace bgfx {
struct Rect; }
20 ::ll::TypedStorage<8, 4194320, ::bgfx::MatrixCache> m_matrixCache;
21 ::ll::TypedStorage<4, 524292, ::bgfx::RectCache> m_rectCache;
27 MCAPI
bool isZeroArea(::bgfx::Rect
const& _rect, ushort _scissor)
const;
Definition FrameCache.h:7