Pica: Add vertex shader implementation.

This commit is contained in:
Tony Wasserka
2014-07-26 19:17:09 +02:00
parent d443f0a921
commit c526512619
7 changed files with 722 additions and 10 deletions

View File

@ -1,5 +1,6 @@
set(SRCS command_processor.cpp
utils.cpp
vertex_shader.cpp
video_core.cpp
renderer_opengl/renderer_opengl.cpp)
@ -8,6 +9,7 @@ set(HEADERS command_processor.h
utils.h
video_core.h
renderer_base.h
vertex_shader.h
video_core.h
renderer_opengl/renderer_opengl.h)