azhirnov / FrameGraph

vulkan abstraction layer that represent frame as a task graph
BSD 2-Clause "Simplified" License
408 stars 39 forks source link

Compile Error Hash.h #7

Closed liuhongyi0101 closed 5 years ago

liuhongyi0101 commented 5 years ago

// from https://stackoverflow.com/questions/2111667/compile-time-string-hashing

Error C2131: The result of the expression is not constant

Do you have a solution? I would like to try your project !!!!

Visual Studio 15 2017

azhirnov commented 5 years ago

Update you Visual studio. It's already compiled and tested on CI with VS 2017.

liuhongyi0101 commented 5 years ago

nice ! it,s ok, thank you very much