gl_device: Implement interface and add uniform offset alignment

This commit is contained in:
ReinUsesLisp
2019-04-10 15:56:12 -03:00
parent 97648f4841
commit 0032821864
5 changed files with 70 additions and 13 deletions

View File

@ -36,6 +36,8 @@ add_library(video_core STATIC
renderer_base.h
renderer_opengl/gl_buffer_cache.cpp
renderer_opengl/gl_buffer_cache.h
renderer_opengl/gl_device.cpp
renderer_opengl/gl_device.h
renderer_opengl/gl_global_cache.cpp
renderer_opengl/gl_global_cache.h
renderer_opengl/gl_primitive_assembler.cpp