1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu_cmd
ReinUsesLisp 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics
Use VK_KHR_pipeline_executable_properties when enabled and available to
log statistics about the pipeline cache in a game.

For example, this is on Turing GPUs when generating a pipeline cache
from Super Smash Bros. Ultimate:

Average pipeline statistics
==========================================
Code size:       6433.167
Register count:    32.939

More advanced results could be presented, at the moment it's just an
average of all 3D and compute pipelines.
2021-07-27 21:29:24 -03:00
..
emu_window yuzu_cmd: Make use of fullscreen_mode setting 2021-07-21 19:48:03 -04:00
CMakeLists.txt emu_window_sdl2_vk: Use the generated SDL config 2021-07-16 15:43:02 -04:00
config.cpp renderer_vulkan: Add setting to log pipeline statistics 2021-07-27 21:29:24 -03:00
config.h yuzu_cmd: config: Pass a reference in 2021-06-30 20:16:01 -04:00
default_ini.h renderer_vulkan: Add setting to log pipeline statistics 2021-07-27 21:29:24 -03:00
yuzu.cpp shader: Adhere to disk shader cache setting 2021-07-22 21:51:34 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00