Codechange: [OpenGL] Use shaders to display the video buffer on screen.

This commit is contained in:
Michael Lutz
2021-01-16 16:43:20 +01:00
parent b181859629
commit acf59f6b68
4 changed files with 191 additions and 1 deletions

View File

@@ -85,3 +85,8 @@ add_files(
unicode.h
water_land.h
)
add_files(
opengl_shader.h
CONDITION OPENGL_FOUND
)