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 9960abf482
commit 06ae1bff4b
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