MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetTextureCoord

Method GetTextureCoord

ZEngine/src/GraphicVertex.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected