From 8528c810cf6e2fcaad89c47ff2b598529a5bff64 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Sun, 27 Jul 2014 20:07:45 +0200 Subject: Video core: Add utility class for vector operations. I wrote most of this for ppsspp, so I hold full copyright over it. In addition to the original release in ppsspp, this provides functionality to easily extend e.g. two-dimensional vectors to three-dimensional vectors. --- src/video_core/video_core.vcxproj.filters | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/video_core.vcxproj.filters') diff --git a/src/video_core/video_core.vcxproj.filters b/src/video_core/video_core.vcxproj.filters index b89ac1ac4..b42823d2a 100644 --- a/src/video_core/video_core.vcxproj.filters +++ b/src/video_core/video_core.vcxproj.filters @@ -17,6 +17,7 @@ renderer_opengl + -- cgit v1.2.3