MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / getRHI

Method getRHI

engine/source/runtime/function/render/render_system.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 std::shared_ptr<RenderCamera> RenderSystem::getRenderCamera() const { return m_render_camera; }
164
165 std::shared_ptr<RHI> RenderSystem::getRHI() const { return m_rhi; }
166
167 void RenderSystem::updateEngineContentViewport(float offset_x, float offset_y, float width, float height)
168 {

Callers 6

initializeMethod · 0.80
loadFontMethod · 0.80
destroyMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
writeTextDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected