vulkan_test2

diff vk_layer_settings.txt @ 17:f8bd29f124a8

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 27 Jun 2018 01:57:55 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vk_layer_settings.txt	Wed Jun 27 01:57:55 2018 +0300
     1.3 @@ -0,0 +1,35 @@
     1.4 +# VK_LAYER_LUNARG_device_limits Settings
     1.5 +lunarg_device_limits.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
     1.6 +lunarg_device_limits.report_flags = error,warn,perf
     1.7 +lunarg_device_limits.log_filename = vkdebug.log
     1.8 +
     1.9 +# VK_LAYER_LUNARG_core_validation Settings
    1.10 +lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.11 +lunarg_core_validation.report_flags = error,warn,perf
    1.12 +lunarg_core_validation.log_filename = vkdebug.log
    1.13 +
    1.14 +# VK_LAYER_LUNARG_image Settings
    1.15 +lunarg_image.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.16 +lunarg_image.report_flags = error,warn,perf
    1.17 +lunarg_image.log_filename = vkdebug.log
    1.18 +
    1.19 +# VK_LAYER_LUNARG_object_tracker Settings
    1.20 +lunarg_object_tracker.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.21 +lunarg_object_tracker.report_flags = error,warn,perf
    1.22 +lunarg_object_tracker.log_filename = vkdebug.log
    1.23 +
    1.24 +# VK_LAYER_LUNARG_parameter_validation Settings
    1.25 +lunarg_parameter_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.26 +lunarg_parameter_validation.report_flags = error,warn,perf
    1.27 +lunarg_parameter_validation.log_filename = vkdebug.log
    1.28 +
    1.29 +# VK_LAYER_LUNARG_swapchain Settings
    1.30 +lunarg_swapchain.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.31 +lunarg_swapchain.report_flags = error,warn,perf
    1.32 +lunarg_swapchain.log_filename = vkdebug.log
    1.33 +
    1.34 +# VK_LAYER_GOOGLE_threading Settings
    1.35 +google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
    1.36 +google_threading.report_flags = error,warn,perf
    1.37 +google_threading.log_filename = vkdebug.log
    1.38 +