From 6e73ca6ada8a41692809dae5db89c8db0675ce1e Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 16:01:30 +0800 Subject: -Runner --- Runner/Graphics/PolyLine.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Runner/Graphics/PolyLine.cpp (limited to 'Runner/Graphics/PolyLine.cpp') diff --git a/Runner/Graphics/PolyLine.cpp b/Runner/Graphics/PolyLine.cpp deleted file mode 100644 index 794819a..0000000 --- a/Runner/Graphics/PolyLine.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "PolyLine.h" -#include "../Math/Vector3.h" -#include "Color.h" - -struct PolyLineVBOLayout -{ - Vector3 position; - ColorRGBA32 color; -}; - - -- cgit v1.1-26-g67d0