GithubHelp home page GithubHelp logo

test-mass-forker-org-1 / vkb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/vkb

0.0 0.0 0.0 216 KB

Build scripts to build many bits of Vulkan together in one place.

License: Apache License 2.0

Shell 22.12% Python 22.84% CMake 48.02% Batchfile 7.02%

vkb's Introduction

VKB

Build scripts to build many bits of Vulkan together in one place.

This is not an officially supported Google product.

Requirements

  • CMake 3.10.2 or later
  • C++ compiler
  • Make
  • wget
  • Ninja (optional)
  • Python

Usage

git clone https://github.com/google/vkb.git
cd vkb
./tools/git-sync-deps
mkdir -p out/Debug
cd out/Debug
cmake -GNinja -DCMAKE_INSTALL_PREFIX=../dist ../..
ninja
ninja install

CMake Options

The components which are built by VKB are configurable through CMake options. Note, some of these flags will enable other flags by default, even if they are set to off. (e.g. SPIRV-Tools enables SPIRV-Headers by default).

  • VKB_BUILD_GLSLANG -- Build Glslang
  • VKB_BUILD_SHADERC -- Build Shaderc
  • VKB_BUILD_SPIRV_CROSS -- Build spirv-cross
  • VKB_BUILD_SPIRV_HEADERS -- Build spirv-headers
  • VKB_BUILD_SPIRV_TOOLS -- Build spirv-tools
  • VKB_BUILD_SPIRV_DOCS -- Build spirv docs
  • VKB_BUILD_VULKAN_DOCS -- Build vulkan-docs
  • VKB_BUILD_VULKAN_HEADERS -- Build vulkan-headers
  • VKB_BUILD_VULKAN_HPP -- Build vulkan-hpp
  • VKB_BUILD_VULKAN_LOADER -- Build vulkan-loader
  • VKB_BUILD_VULKAN_VALIDATION_LAYERS -- Build vulkan-validationlayers

Contributing

Please see the CONTRIBUTING.md and CODE_OF_CONDUCT.md files on how to contribute to VKB.

vkb's People

Contributors

dj2 avatar dneto0 avatar ben-clayton avatar tksuoran avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.