| 23 | } |
| 24 | |
| 25 | glm::vec2 GraphicVertex::GetTextureCoord() const { |
| 26 | return m_texture_coord; |
| 27 | } |
| 28 | |
| 29 | void GraphicVertex::SetPosition(const glm::vec3& value) { |
| 30 | m_position = value; |
nothing calls this directly
no outgoing calls
no test coverage detected