video_core: Abstract transform feedback translation utility

This commit is contained in:
ReinUsesLisp
2021-05-21 17:19:35 -03:00
committed by ameerj
parent 7dadb2bef3
commit 69b910e9e7
6 changed files with 145 additions and 111 deletions

View File

@ -187,6 +187,8 @@ add_library(video_core STATIC
textures/decoders.h
textures/texture.cpp
textures/texture.h
transform_feedback.cpp
transform_feedback.h
video_core.cpp
video_core.h
vulkan_common/vulkan_debug_callback.cpp