Merge pull request #9556 from vonchenplus/draw_texture

video_core: Implement maxwell3d draw texture method
This commit is contained in:
liamwhite
2023-01-19 14:58:53 -05:00
committed by GitHub
25 changed files with 495 additions and 118 deletions

View File

@ -100,6 +100,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