mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 18:57:57 -05:00
Pica: Add debug utility functions for dumping geometry data.
This commit is contained in:
@ -5,6 +5,7 @@ set(SRCS clipper.cpp
|
||||
utils.cpp
|
||||
vertex_shader.cpp
|
||||
video_core.cpp
|
||||
debug_utils/debug_utils.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
set(HEADERS clipper.h
|
||||
@ -17,6 +18,7 @@ set(HEADERS clipper.h
|
||||
renderer_base.h
|
||||
vertex_shader.h
|
||||
video_core.h
|
||||
debug_utils/debug_utils.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADERS})
|
||||
|
Reference in New Issue
Block a user