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

Class CompassVertex

libs/drape_frontend/gui/compass.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace
35{
36struct CompassVertex
37{
38 CompassVertex(glsl::vec2 const & position, glsl::vec2 const & texCoord) : m_position(position), m_texCoord(texCoord)
39 {}
40
41 glsl::vec2 m_position;
42 glsl::vec2 m_texCoord;
43};
44
45class CompassHandle : public TappableHandle
46{

Callers 1

DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected