Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Update SPIRV-Cross and bump version
Browse files Browse the repository at this point in the history
This contains a fix for an issue with UAV dependency tracking.

See KhronosGroup/SPIRV-Cross#638
  • Loading branch information
rossy committed Jul 9, 2018
1 parent 47f731f commit 771aad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SPIRV-Cross
Submodule SPIRV-Cross updated 407 files
2 changes: 1 addition & 1 deletion crossc.h
Expand Up @@ -16,7 +16,7 @@ extern "C" {
#endif

#define CROSSC_VERSION_MAJOR 1
#define CROSSC_VERSION_MINOR 3
#define CROSSC_VERSION_MINOR 4
#define CROSSC_VERSION_PATCH 0

#define CROSSC_MAKE_VERSION(maj, min, pat) (((uint32_t)(maj) << 24) | \
Expand Down

0 comments on commit 771aad0

Please sign in to comment.