summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/clear.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
commitcfee536f22f032c7ead65075f73cc6fd8549e68b (patch)
treef4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/modules/render/bgfx/clear.h
parentbe8159d01eaa7533e7758bf07384501dbc6214f3 (diff)
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/modules/render/bgfx/clear.h')
-rw-r--r--src/osd/modules/render/bgfx/clear.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/clear.h b/src/osd/modules/render/bgfx/clear.h
index 3d45f9a7d62..01849a2cd90 100644
--- a/src/osd/modules/render/bgfx/clear.h
+++ b/src/osd/modules/render/bgfx/clear.h
@@ -21,10 +21,10 @@ public:
void bind(int view) const;
private:
- const uint64_t m_flags;
- const uint32_t m_color;
- const float m_depth;
- const uint8_t m_stencil;
+ const uint64_t m_flags;
+ const uint32_t m_color;
+ const float m_depth;
+ const uint8_t m_stencil;
};
#endif // __DRAWBGFX_CLEAR__