summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-01-24 15:12:52 -0500
committerLioncash <mathew1800@gmail.com>2015-01-24 15:16:48 -0500
commit9cdfe889af54303dbeef305a26d13d4285ef1b5d (patch)
treeeeef3b5b0ad41a993260f838ff5255d4cd7944b0 /Source/Core/VideoCommon/VertexManagerBase.h
parentae514cb0f23f6d8648000a0650041a60a7c7e2d4 (diff)
Coding style cleanup from the zfreeze merge
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.h')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.h b/Source/Core/VideoCommon/VertexManagerBase.h
index 4369438bc5..7e4a136008 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.h
+++ b/Source/Core/VideoCommon/VertexManagerBase.h
@@ -64,13 +64,13 @@ protected:
static u32 GetRemainingSize();
static u32 GetRemainingIndices(int primitive);
- static Slope ZSlope;
- static void CalculateZSlope(NativeVertexFormat *format);
+ static Slope s_zslope;
+ static void CalculateZSlope(NativeVertexFormat* format);
- static bool CullAll;
+ static bool s_cull_all;
private:
- static bool IsFlushed;
+ static bool s_is_flushed;
virtual void vFlush(bool useDstAlpha) = 0;