MCPcopy Create free account
hub / github.com/comaps/comaps / SetProgram3d

Method SetProgram3d

libs/drape/render_state.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 template <typename ProgramType>
81 void SetProgram3d(ProgramType gpuProgram3d)
82 {
83 m_gpuProgram3d = static_cast<size_t>(gpuProgram3d);
84 }
85
86 template <typename ProgramType>
87 ProgramType GetProgram3d() const

Callers 8

CacheUserMarksFunction · 0.80
DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
DrawMethod · 0.80
SolidBatchFunction · 0.80
MaskedBatchFunction · 0.80
DrawSubStringPlainMethod · 0.80
DrawSubStringOutlinedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected