renderer_gl: Port over gl_stream_buffer module from Citra.

This commit is contained in:
bunnei 2018-03-19 17:10:59 -04:00
parent 3cd8e8a062
commit 52bfc102bc
3 changed files with 218 additions and 0 deletions

View file

@ -18,6 +18,8 @@ add_library(video_core STATIC
renderer_opengl/gl_shader_util.h
renderer_opengl/gl_state.cpp
renderer_opengl/gl_state.h
renderer_opengl/gl_stream_buffer.cpp
renderer_opengl/gl_stream_buffer.h
renderer_opengl/renderer_opengl.cpp
renderer_opengl/renderer_opengl.h
utils.h