Remove unused fields

This commit is contained in:
Blaž Tomažič
2018-12-28 10:57:36 +01:00
parent 89032aae39
commit e4f4c996ce

View File

@@ -2176,9 +2176,6 @@ namespace bgfx { namespace mtl
TimerQueryMtl m_gpuTimer;
CommandQueueMtl m_cmd;
CAMetalLayer* m_metalLayer;
uint32_t m_maxAnisotropy;
bool m_iOS9Runtime;
bool m_macOS11Runtime;
bool m_hasPixelFormatDepth32Float_Stencil8;