diff options
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/BasicMath.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp index faea2c57..a98a43f5 100644 --- a/Common/interface/BasicMath.hpp +++ b/Common/interface/BasicMath.hpp @@ -2041,7 +2041,7 @@ Diligent::Vector4<T> FastCeil(const Diligent::Vector4<T>& vec) FastCeil(vec.w)}; } -_inline Uint32 BitInterleave16(Uint16 _x, Uint16 _y) +inline Uint32 BitInterleave16(Uint16 _x, Uint16 _y) { // https://graphics.stanford.edu/~seander/bithacks.html#InterleaveBMN |
