LunarG / VulkanTools

Tools to aid in Vulkan development
Other
662 stars 174 forks source link

Feature request: a way to see the section of the manifest that defines each layer option #2081

Closed jeremyg-lunarg closed 1 month ago

jeremyg-lunarg commented 1 month ago

It would be helpful to have a right click or popup that shows the json for a configuration option. This would make it easier to understand how to set options via environment variables or VK_EXT_layer_settings.

jeremyg-lunarg commented 1 month ago

In the same project:

christophe-lunarg commented 1 month ago

Hi @jeremyg-lunarg ! I think this is already something you can do.

christophe-lunarg commented 1 month ago

In the same project:

  • vk_ray_tracing_gltf_KHR - 6.5 fps
  • vk_ray_tracing_indirect_scissor_KHR - 5fps
  • vk_ray_tracing_instances_KHR - 12 fps
  • vk_ray_tracing_intersection_KHR - 15 fps
  • vk_ray_tracing_motionblur_KHR - 8 fps

Miss post?

jeremyg-lunarg commented 1 month ago

In the same project:

  • vk_ray_tracing_gltf_KHR - 6.5 fps
  • vk_ray_tracing_indirect_scissor_KHR - 5fps
  • vk_ray_tracing_instances_KHR - 12 fps
  • vk_ray_tracing_intersection_KHR - 15 fps
  • vk_ray_tracing_motionblur_KHR - 8 fps

Miss post?

Yep that's for a bug for Spencer... sorry.

jeremyg-lunarg commented 1 month ago

good enough, thanks!