mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 14:27:52 +00:00
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.
This commit is contained in:
parent
7b6a7d7dfb
commit
8528c810cf
4 changed files with 582 additions and 1 deletions
|
@ -2,8 +2,9 @@ set(SRCS video_core.cpp
|
|||
utils.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
set(HEADERS video_core.h
|
||||
set(HEADERS math.h
|
||||
utils.h
|
||||
video_core.h
|
||||
renderer_base.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue