video_core: Implement opengl/vulkan draw_texture

This commit is contained in:
Feng Chen 2023-01-05 12:28:48 +08:00
parent 79268b94de
commit 3b5e1a24bc
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