video_core/engines: Move ConstBufferInfo out of Maxwell3D

This commit is contained in:
ReinUsesLisp 2019-05-31 17:33:21 -03:00
parent 3c639f5ff1
commit 1073b32300
6 changed files with 69 additions and 54 deletions

View file

@ -3,6 +3,7 @@ add_library(video_core STATIC
dma_pusher.h
debug_utils/debug_utils.cpp
debug_utils/debug_utils.h
engines/const_buffer_info.h
engines/engine_upload.cpp
engines/engine_upload.h
engines/fermi_2d.cpp