Third Party Software
====================
This code uses the following third party software/source code.
Copyright By PowCoder代写 加微信 powcoder
## Premake
– Where: https://premake.github.io/download
– What: Build configuration and generator
– License: BSD 3-Clause
Premake generates platform/toolchain specific build files, such as Visual
Studio project files or standard Makefiles. This project includes prebuilt
binaries for Linux and Windows.
– Where: https://github.com/zeux/volk
– What: “Meta-loader for Vulkan”
– License: MIT License
Volk allows applications to dynamically load the Vulkan API without linking
against vulkan-1.dll or libvulkan.so. Furthermore, it enables the loading of
device-specific Vulkan functions, the use of which skips the overhead of
dispatching per-device.
Note: Only the source code (volk.{h,c}) and the license and readme files are
included here. The volk.c source is modified to include the volk.h header
correctly for this project.
## Vulkan Headers
– Where: Vulkan SDK (see https://vulkan.lunarg.com/sdk/home)
– What: Vulkan API header files
– License: Apache 2.0
This is a copy of the necessary Vulkan header files, extracted from the Vulkan
SDK (version 1.2.198.1). Only the LICENSE.txt, README.txt and a minimal amount
of header files are included.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com