| 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> |
no outgoing calls
no test coverage detected