Skip to content

Commit

Permalink
device.h: formatting things
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 8, 2017
1 parent 626d306 commit 295aade
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/xrEngine/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class ENGINE_API CRenderDeviceData
BOOL b_is_Ready;
BOOL b_is_Active;

public:
// Engine flow-control
u32 dwFrame;

Expand Down Expand Up @@ -123,7 +122,6 @@ class ENGINE_API CRenderDeviceBase : public IRenderDevice, public CRenderDeviceD
// refs
class ENGINE_API CRenderDevice : public CRenderDeviceBase
{
private:
// Main objects used for creating and rendering the 3D scene
u32 m_dwWindowStyle;
RECT m_rcWindowBounds;
Expand All @@ -147,7 +145,6 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
// BOOL b_is_Active;
void OnWM_Activate(WPARAM wParam, LPARAM lParam);

public:
// ref_shader m_WireShader;
// ref_shader m_SelectionShader;

Expand All @@ -171,7 +168,7 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
}

void DumpResourcesMemoryUsage() { GlobalEnv.Render->ResourcesDumpMemoryUsage(); }
public:

CRegistrator<pureFrame> seqFrameMT;
CRegistrator<pureDeviceReset> seqDeviceReset;
xr_vector<fastdelegate::FastDelegate0<>> seqParallel;
Expand Down Expand Up @@ -225,7 +222,6 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
virtual const RenderDeviceStatictics& GetStats() const override { return stats; }
virtual void DumpStatistics(class IGameFont& font, class IPerformanceAlert* alert) override;

public:
void time_factor(const float& time_factor)
{
Timer.time_factor(time_factor);
Expand Down Expand Up @@ -270,11 +266,9 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
void initialize_editor();
void message_loop_editor();

private:
typedef editor::initialize_function_ptr initialize_function_ptr;
typedef editor::finalize_function_ptr finalize_function_ptr;

private:
HMODULE m_editor_module;
initialize_function_ptr m_editor_initialize;
finalize_function_ptr m_editor_finalize;
Expand Down

0 comments on commit 295aade

Please sign in to comment.