Common: Move GL classes to subdirectory

This commit is contained in:
Connor McLaughlin
2019-11-03 15:22:37 +10:00
parent 47849465d8
commit d68f7085d6
13 changed files with 49 additions and 32 deletions

View File

@ -8,12 +8,12 @@ set(SRCS
cd_image_cue.cpp
cd_xa.cpp
cd_xa.h
gl_program.cpp
gl_program.h
gl_stream_buffer.cpp
gl_stream_buffer.h
gl_texture.cpp
gl_texture.h
gl/program.cpp
gl/program.h
gl/stream_buffer.cpp
gl/stream_buffer.h
gl/texture.cpp
gl/texture.h
jit_code_buffer.cpp
jit_code_buffer.h
state_wrapper.cpp