video_core: Implement opengl/vulkan draw_texture

This commit is contained in:
Feng Chen
2023-01-05 12:28:48 +08:00
parent 1e8cee2ddf
commit 013b689153
19 changed files with 284 additions and 131 deletions

View File

@ -99,6 +99,8 @@ add_library(video_core STATIC
renderer_null/null_rasterizer.h
renderer_null/renderer_null.cpp
renderer_null/renderer_null.h
renderer_opengl/blit_image.cpp
renderer_opengl/blit_image.h
renderer_opengl/gl_buffer_cache.cpp
renderer_opengl/gl_buffer_cache.h
renderer_opengl/gl_compute_pipeline.cpp