MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Vertex

Function Vertex

source/graphics.cpp:767–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765// ***********************************************************************
766
767void Vertex(Vec3f vec) {
768 pRenderState->vertexState.PushBack({ vec, pRenderState->vertexColorState, pRenderState->vertexTexCoordState, pRenderState->vertexNormalState });
769}
770
771// ***********************************************************************
772

Callers 4

DrawBoxFunction · 0.85
DrawTriangleFunction · 0.85
LuaVertexFunction · 0.85
DrawSpriteRectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected