gl_rasterizer: Remove dirty flags

This commit is contained in:
ReinUsesLisp 2019-12-25 17:02:17 -03:00
parent c8c3fc647d
commit c2d3732176
18 changed files with 7 additions and 457 deletions

View file

@ -69,6 +69,8 @@ add_library(video_core STATIC
renderer_opengl/gl_shader_manager.h
renderer_opengl/gl_shader_util.cpp
renderer_opengl/gl_shader_util.h
renderer_opengl/gl_state_tracker.cpp
renderer_opengl/gl_state_tracker.h
renderer_opengl/gl_state.cpp
renderer_opengl/gl_state.h
renderer_opengl/gl_stream_buffer.cpp