Skip to content

Tags: jadarve/rules_vulkan

Tags

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use //conditions:default for config flags in linux (#18)

* Set //conditions:default as conditions for building in Linux.

* Increased version number.

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NS: Added vk_video includes to the list of includes for host SDK. (#17)

* Added vk_video includes to the list of includes for host SDK.

* Increased version.

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the way GLSLC is invoked from shader rules. (#16)

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable selecting between host or NDK headers for Android (#15)

* Add option to use Host Vulkan headers for Android.
* Changed config settings for Android.

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build for linux and android. (#14)

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix building for RaspberryPi4 (#10)

* Support building for RaspberryPi4

* Updated README

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#8 minor fix for Windows (#9)

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix name clash of .spv compiled shaders (#5)

* fixed .spv compiled shaders naming clash

* refactored logic

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increase minor version to v0.0.3

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make the header files available as runfiles.

With this, the header files can be embedded as data dependencies in other rules.