Edit

kc3-lang/angle/third_party/vulkan-validation-layers/README.angle

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2016-11-30 12:38:28
    Hash : 327ba857
    Message : Vulkan: Hook up loader code. This integrates the build files for the loader SDK, and tests the compilation by calling InitInstance. There's no current way to test the runtime behaviour since there's no way for the tests to initialize the Vulkan back-end, that will come in the next CL. BUG=angleproject:1319 Change-Id: Ia8bf96ca068eaf40744c9753b59ffaaa5ada8a73 Reviewed-on: https://chromium-review.googlesource.com/367519 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>

  • third_party/vulkan-validation-layers/README.angle
  • Name: Vulkan Ecosystem Components
    Short Name: Vulkan Layers SDK
    Version: N/A
    URL: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
    SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git
    Date: 06/07/2016
    Revision: d9da90d92748c37962766868f8b0354637672c2a
    Security Critical: no
    License: Apache 2.0
    License File: LICENSE.txt
    
    Description:
    The Vulkan Ecosystem Components consist of the Vulkan loader and Validation Layers SDK. The layers help
    validate Vulkan programs at runtime for development, and the loader is a utility for loading the Vulkan
    entry points and hooking them into the correct layers. These are essential for developing Vulkan
    applications.