MCPcopy Create free account
hub / github.com/defold/defold / GetGraphicsContext

Function GetGraphicsContext

engine/render/src/render/render.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 dmGraphics::HContext GetGraphicsContext(HRenderContext render_context)
339 {
340 return render_context->m_GraphicsContext;
341 }
342
343 const Matrix4& GetViewProjectionMatrix(HRenderContext render_context)
344 {

Callers 15

DrawFunction · 0.85
TEST_FFunction · 0.85
ApplyProgramSamplerFunction · 0.85
NewMaterialFunction · 0.85
ApplyMaterialConstantsFunction · 0.85
ParseCommandsFunction · 0.85
ApplyNamedConstantBufferFunction · 0.85
UpdateRenderCameraFunction · 0.85
CameraScreenToWorldFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68