mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 16:57:02 +00:00
Start wiring up wgpu+winit
This commit is contained in:
@@ -75,8 +75,6 @@ class CModelData {
|
||||
std::unique_ptr<CBooModel> m_xrayModelInst;
|
||||
std::unique_ptr<CBooModel> m_infraModelInst;
|
||||
|
||||
int m_drawInstCount = 0;
|
||||
|
||||
public:
|
||||
enum class EWhichModel { Normal, XRay, Thermal, ThermalHot };
|
||||
|
||||
@@ -84,8 +82,8 @@ public:
|
||||
bool GetSortThermal() const { return x14_25_sortThermal; }
|
||||
|
||||
~CModelData();
|
||||
explicit CModelData(const CStaticRes& res, int instCount = 1);
|
||||
explicit CModelData(const CAnimRes& res, int instCount = 1);
|
||||
explicit CModelData(const CStaticRes& res);
|
||||
explicit CModelData(const CAnimRes& res);
|
||||
CModelData(CModelData&&) = default;
|
||||
CModelData& operator=(CModelData&&) = default;
|
||||
CModelData();
|
||||
|
||||
Reference in New Issue
Block a user