MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / SetDebugView

Method SetDebugView

Hydrogent/include/HnRenderParam.hpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 PBR_Renderer::DebugViewType GetDebugView() const { return m_DebugView; }
109
110 void SetDebugView(PBR_Renderer::DebugViewType DebugView) { m_DebugView = DebugView; }
111
112 double GetFrameTime() const { return m_FrameTime; }
113 void SetFrameTime(double FrameTime) { m_FrameTime = FrameTime; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected