Skip to content
  • Lubosz Sarnecki's avatar
    c/comp: Remove internal Vulkan validation init. · 435d5a9b
    Lubosz Sarnecki authored
    Instead of maintaining this chunk of code and build options, the Vulkan
    loader can be used to load up validation. This has the advantage that no
    layer name needs to be hard coded inside Monado, which was subject of
    change recently.
    
    Instead of using our own environment variable we can easily set the one
    from the loader, e.g. `VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation`.
    435d5a9b