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

Method GraphicVertex

ZEngine/src/GraphicVertex.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4namespace ZEngine::Rendering::Renderers::Storages {
5 GraphicVertex::GraphicVertex() : IVertex(), m_buffer() {
6 _UpdateBuffer();
7 }
8
9 GraphicVertex::GraphicVertex(const glm::vec3& position, const glm::vec3& normal, const glm::vec2& texture_coord) : IVertex() {
10 m_position = position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected