MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / PrepareMesh

Method PrepareMesh

engine/Poseidon/Graphics/Dummy/EngineDummy.cpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231void EngineDummy::DrawLine(int beg, int end) {}
232void EngineDummy::DrawLine(const Line2DAbs&, PackedColor, PackedColor, const Rect2DAbs&) {}
233void EngineDummy::PrepareMesh(const render::LegacySpec& /*spec*/) {}
234void EngineDummy::BeginMesh(TLVertexTable&, const render::LegacySpec& /*spec*/) {}
235void EngineDummy::EndMesh(TLVertexTable&) {}
236void EngineDummy::TextureDestroyed(Texture*) {}

Callers 5

DrawPointsMethod · 0.45
DrawLinesMethod · 0.45
DrawMeshMethod · 0.45
DrawMethod · 0.45
DrawShadowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected