mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Coding style cleanup from the zfreeze merge
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user