gl_device: Implement interface and add uniform offset alignment

This commit is contained in:
ReinUsesLisp 2019-04-10 15:56:12 -03:00
parent f58f846f40
commit 1c4f5b2737
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