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

Function GetMaterialRenderContext

engine/render/src/render/material.cpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 HRenderContext GetMaterialRenderContext(HMaterial material)
693 {
694 return material->m_RenderContext;
695 }
696
697 void SetMaterialVertexSpace(HMaterial material, dmRenderDDF::MaterialDesc::VertexSpace vertex_space)
698 {

Callers 2

Material_GetTexturesFunction · 0.85
SetMaterialTextureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected