MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Vertex

Class Vertex

Source/Engine/Debug/DebugDraw.h:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 /// Vertex data for debug shapes.
35 /// </summary>
36 PACK_STRUCT(struct Vertex {
37 Float3 Position;
38 Color32 Color;
39
40 static GPUVertexLayout* GetLayout();
41 });
42
43#if USE_EDITOR
44 /// <summary>

Callers 6

InitCircleBufferMethod · 0.50
InitMethod · 0.50
GetChunkGeometryMethod · 0.50
CacheDebugLinesMethod · 0.50
DrawPhysicsDebugMethod · 0.50
FlushVertexColorsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected